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 10:51:19 +0100
commit2756dadffbff4402720fc9cf27dcbd055e192204 (patch)
treeccbb8b46d5b68d3d810b4f962728e21fe449c452
parentb1970dce3bb8e3bee0472c027f37ad1b173967c4 (diff)
downloadtwin-style-dekorator-2756dadf.tar.gz
twin-style-dekorator-2756dadf.zip
Raise the minimum required version of CMake to 3.1 in CMakeL10n rules.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
-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 #########