summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2021-01-18 22:27:43 +0100
committerSlávek Banko <slavek.banko@axis.cz>2021-01-18 22:36:32 +0100
commiteda3088eb7298b5a5769cc81fa26cbfefb423005 (patch)
treefe0fee5fdd5e91052425f160493d4f9fd075900a
parent37cf0607dc1e96048046fb3fcd91fcb6b6a88dd0 (diff)
downloadkcmldap-eda3088e.tar.gz
kcmldap-eda3088e.zip
Raise the minimum required version of CMake to 2.8.12.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 4de1b245295cb39fc0d7ef353af0fc8ed938ec35)
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 676e832..fc76ddc 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -7,7 +7,7 @@
############################################
-cmake_minimum_required( VERSION 2.8 )
+cmake_minimum_required( VERSION 2.8.12 )
#### general package setup