summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2021-12-31 10:51:19 +0100
committerSlávek Banko <slavek.banko@axis.cz>2021-12-31 11:52:51 +0100
commit3f254cf0cf6464ab8cf3727e31cdb7fbc8fb8945 (patch)
tree1eb6e1f6f6be2ba7c3dbf2f2306c58586bd592e5
parent19b7d2d35a0625e0dadd5b1b23268c3c1479f759 (diff)
downloadtwin-style-crystal-3f254cf0cf6464ab8cf3727e31cdb7fbc8fb8945.tar.gz
twin-style-crystal-3f254cf0cf6464ab8cf3727e31cdb7fbc8fb8945.zip
Raise the minimum required version of CMake to 3.1 in CMakeL10n rules.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 7c496dced0b59a60bbbaf9841995d56e139b0dc4)
-rw-r--r--CMakeL10n.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeL10n.txt b/CMakeL10n.txt
index f6ba6df..19adbff 100644
--- a/CMakeL10n.txt
+++ b/CMakeL10n.txt
@@ -6,7 +6,7 @@
# #
#########################################
-cmake_minimum_required( VERSION 2.8.12 )
+cmake_minimum_required( VERSION 3.1 )
##### include our cmake modules #########