summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <[email protected]>2021-12-29 12:33:02 +0100
committerSlávek Banko <[email protected]>2021-12-29 13:02:32 +0100
commitaa4601431603c3b0f3de29a222bdea425e0a17fc (patch)
tree444b3b2d67d1b1acaad6f10d74fcff0b7489602c
parent4cc0bd4c6784faeaaeae624a4a1bd32028807cc2 (diff)
downloadcodeine-aa4601431603c3b0f3de29a222bdea425e0a17fc.tar.gz
codeine-aa4601431603c3b0f3de29a222bdea425e0a17fc.zip
Raise the minimum required version of CMake to 3.1.
Signed-off-by: Slávek Banko <[email protected]> (cherry picked from commit 2ab437b189f53bb9f36c3718aafd4cd7ca87397e)
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index f20f394..be49adf 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -7,7 +7,7 @@
############################################
-cmake_minimum_required( VERSION 2.8.12 )
+cmake_minimum_required( VERSION 3.1 )
#### general package setup