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:27:43 +0100
commit4de1b245295cb39fc0d7ef353af0fc8ed938ec35 (patch)
tree2d9c84654c330a6be44a670d466909a651336733
parentafcae680ec4f099c2f5bd27a8127a4758a6d56fc (diff)
downloadkcmldap-4de1b245295cb39fc0d7ef353af0fc8ed938ec35.tar.gz
kcmldap-4de1b245295cb39fc0d7ef353af0fc8ed938ec35.zip
Raise the minimum required version of CMake to 2.8.12.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index a0fc291..8407203 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