summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2021-12-31 10:50:42 +0100
committerSlávek Banko <slavek.banko@axis.cz>2021-12-31 11:53:08 +0100
commit9e717712b63ffca3390ff6a1601efea89077a369 (patch)
treee04a0793a63e565dcec2f43fea2682f8b375c089
parent86e5ff8a8752443735a61f9039dfb4ea8a667e24 (diff)
downloadtdewebdev-9e717712.tar.gz
tdewebdev-9e717712.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 7d6746782dae3d31809bdafb76f43c5428427de7)
-rw-r--r--CMakeL10n.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeL10n.txt b/CMakeL10n.txt
index 74d04a87..4ac20f68 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 #################