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:52 +0100
commitbb8ff532228ee6b1fe176bf38555a07e9ea20036 (patch)
tree0d690713795d19be3775ab09e4b2dda85be5841c
parenta76b7e94b474cc8403d09b5a2c65d8bcf47ad257 (diff)
downloadtwin-style-dekorator-bb8ff532.tar.gz
twin-style-dekorator-bb8ff532.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 2756dadffbff4402720fc9cf27dcbd055e192204)
-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 #########