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
commit648390118516c4f6fcf73cacf4bfa1713e655a72 (patch)
treeeb04663b878cab9a321613a9f1516f9623e78d3c
parent4b5c1d08aece3df70cb9b0882f8f42eb2c2daeda (diff)
downloadkcmldapcontroller-64839011.tar.gz
kcmldapcontroller-64839011.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 a50dbe7276f3036435219aaf545dd74970d516de)
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 164f824..5164199 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