summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2021-12-31 10:50:38 +0100
committerSlávek Banko <slavek.banko@axis.cz>2021-12-31 11:53:07 +0100
commitc2c29bba4bcebc1a6d6418da3d7b0bae993ae0a8 (patch)
tree9f681bee94409794a274b47fc71bb410fe2af2de
parent90568665f6e3b694a3a2f1c9fdd25accb1063745 (diff)
downloadtdetoys-c2c29bba4bcebc1a6d6418da3d7b0bae993ae0a8.tar.gz
tdetoys-c2c29bba4bcebc1a6d6418da3d7b0bae993ae0a8.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 e04edde308cf94288dccd7b44b32ce891f9d1b52)
-rw-r--r--CMakeL10n.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeL10n.txt b/CMakeL10n.txt
index e304b1b..5c3586e 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 #################