summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2021-12-31 10:51:01 +0100
committerSlávek Banko <slavek.banko@axis.cz>2021-12-31 11:52:43 +0100
commitef94258f7757252fbcf9800f6d5963bd93aece39 (patch)
tree84fe8c95f9f8bd897340acd179fa357f16375f0f
parentffcb8e3af7f923f030e036e963a2b6ef1bac060c (diff)
downloadtellico-ef94258f.tar.gz
tellico-ef94258f.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 6f703233c3abc67c21785425e7e931526d72589b)
-rw-r--r--CMakeL10n.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeL10n.txt b/CMakeL10n.txt
index 3b71309..19e00ba 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 #################