summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2021-12-31 10:50:41 +0100
committerSlávek Banko <slavek.banko@axis.cz>2021-12-31 10:50:41 +0100
commit5ab69539535cf71d800cb3b4aedcfed8dc0405c3 (patch)
tree59188ca1fe2e13e983286f8a87cc21e6f33df71f
parentfe4f737bced1f4ffc193eb148178952207c2df20 (diff)
downloadtdeartwork-5ab69539535cf71d800cb3b4aedcfed8dc0405c3.tar.gz
tdeartwork-5ab69539535cf71d800cb3b4aedcfed8dc0405c3.zip
Raise the minimum required version of CMake to 3.1 in CMakeL10n rules.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
-rw-r--r--CMakeL10n.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeL10n.txt b/CMakeL10n.txt
index 391b6be4..96e5d783 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 #################