summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2021-12-29 12:33:01 +0100
committerSlávek Banko <slavek.banko@axis.cz>2021-12-29 13:02:31 +0100
commitc0d1ae2814b072d6a4ad442ee261bc8b9467a383 (patch)
tree544d5ce593897faf8b742c3c71030a1c6e483a09
parent22ea22746328358b7c9440497aa16e8588f7dce0 (diff)
downloadkcmldap-c0d1ae28.tar.gz
kcmldap-c0d1ae28.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 77a2ac8141218ce2ced375ecafb6f4b14e152d09)
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 92af8c6..561bdf4 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