summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2021-12-31 10:50:55 +0100
committerSlávek Banko <slavek.banko@axis.cz>2021-12-31 11:52:39 +0100
commite6a166e96a867c695b8f025dfc02dbbae210b71b (patch)
tree81f8184f17dd527903e598fd4bce586179e029a9
parente81e2853d286785ba55d9166f9562011c280da61 (diff)
downloadkerberostray-e6a166e96a867c695b8f025dfc02dbbae210b71b.tar.gz
kerberostray-e6a166e96a867c695b8f025dfc02dbbae210b71b.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 ef4274e2f1a30f690d57366cd946a9da47fa06b3)
-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 #################