summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2021-12-29 12:33:17 +0100
committerSlávek Banko <slavek.banko@axis.cz>2021-12-29 13:02:47 +0100
commit779bfa26fb9733e05d673ea904183d7469c456c9 (patch)
treee718fbcb9f76e3f9db57cddd39721ee27132f951
parente61ac45f04b5c4c8b961e16f08354112205cf442 (diff)
downloadkompose-779bfa26.tar.gz
kompose-779bfa26.zip
Raise the minimum required version of CMake to 3.1.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 673f9828980606434eda8db7005ca37ff7ee351b)
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index cc47e9d..0424d00 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -11,7 +11,7 @@
#
#################################################
-cmake_minimum_required( VERSION 2.8.12 )
+cmake_minimum_required( VERSION 3.1 )
##### general package setup #####################