summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2021-12-31 10:51:16 +0100
committerSlávek Banko <slavek.banko@axis.cz>2021-12-31 11:52:50 +0100
commita96f39388c7454a6ff5dd8c3efa13332b2a36715 (patch)
treec81e62eeac96fb26e14249163a9880c53b86ce83
parentcab4fa20a1a8553ed915f1f4936d01bcd16e8076 (diff)
downloadtdeio-sword-a96f3938.tar.gz
tdeio-sword-a96f3938.zip
Raise the minimum required version of CMake to 3.1 in CMakeL10n rules.r14.0.12
Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 10807b8fdfd959b7b0c99043537c37df9ace2cb8)
-rw-r--r--CMakeL10n.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeL10n.txt b/CMakeL10n.txt
index a525b71..f18984d 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 #################