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:49 +0100
commita2e62e209674f92f657633809b46f5c6c1e1b32c (patch)
treeb388f93991ea5f7766d0213f5431aa0bd8bcfedd
parent6cee38ed0a666a57a47d90b2612d178dc0504115 (diff)
downloadtdeio-locate-a2e62e20.tar.gz
tdeio-locate-a2e62e20.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 a3f344505e7f0c0699ef3ac7e2168388509ef4cd)
-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 #################