summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <[email protected]>2021-01-18 22:27:43 +0100
committerSlávek Banko <[email protected]>2021-01-18 22:36:32 +0100
commit2b7887ee32cce48bf5d2c84276446fdab70ee2a2 (patch)
tree5f565cc84291ee3e54b92b022603257b4142d4bb
parent47667e5105b7561e92ceaf2995655e8a249e200f (diff)
downloadkcmldapmanager-2b7887ee32cce48bf5d2c84276446fdab70ee2a2.tar.gz
kcmldapmanager-2b7887ee32cce48bf5d2c84276446fdab70ee2a2.zip
Raise the minimum required version of CMake to 2.8.12.
Signed-off-by: Slávek Banko <[email protected]> (cherry picked from commit d97cabee636f7f9e80e28b334bd2132542317905)
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 775e3d9..bb28f4c 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