summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2021-12-31 10:50:54 +0100
committerSlávek Banko <slavek.banko@axis.cz>2021-12-31 11:52:39 +0100
commit15224f269c06d70990ae06ed28d75d4c798d47e4 (patch)
tree1e73a9237f10c0232768fcd3f7abf468f45d4156
parentf2f2fc6aab47de22e6ba7f9989cc4fcd70eaf678 (diff)
downloadkcmldapmanager-15224f269c06d70990ae06ed28d75d4c798d47e4.tar.gz
kcmldapmanager-15224f269c06d70990ae06ed28d75d4c798d47e4.zip
Raise the minimum required version of CMake to 3.1 in CMakeL10n rules.r14.0.12
Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 625e53cea4b72541d88493dbd776379747ee4439)
-rw-r--r--CMakeL10n.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeL10n.txt b/CMakeL10n.txt
index a525b71..f18984d 100644
--- a/CMakeL10n.txt
+++ b/CMakeL10n.txt
@@ -9,7 +9,7 @@
#
#################################################
-cmake_minimum_required( VERSION 2.8 )
+cmake_minimum_required( VERSION 3.1 )
##### include our cmake modules #################