summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2021-12-31 10:50:47 +0100
committerSlávek Banko <slavek.banko@axis.cz>2021-12-31 11:52:34 +0100
commit48536d192aba5777ec37a7312a46b2f9218feda7 (patch)
tree9e4cfb07a7d5859146188b206ccb0c5cd9307059
parent9ff98d0d05435ffa0b420adb8ce5e6edbedf6552 (diff)
downloadtdesvn-48536d19.tar.gz
tdesvn-48536d19.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 2d11db2f3282601aaea0d394cee753ce6efd8e02)
-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 #################