summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2021-12-31 10:50:59 +0100
committerSlávek Banko <slavek.banko@axis.cz>2021-12-31 10:50:59 +0100
commite2225e38548cbc601bf84e193deca17eb791d41e (patch)
tree5f50596ea08b1c7edb48e4211f35971da6a1f87a
parente219b67f303252e7c99ecf98b84b83f5b60a0233 (diff)
downloadbasket-e2225e38.tar.gz
basket-e2225e38.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 f79baf0..241d85d 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 #################