summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2021-12-31 10:50:40 +0100
committerSlávek Banko <slavek.banko@axis.cz>2021-12-31 10:50:40 +0100
commit92bac802df05bdf0cdc1df1adf750e05bf991ba4 (patch)
treeb148630ea85074439792e97be8ff9d566195f98c
parent8bf8c2acf6cc710f01d0cf11b27b4a3f896eba86 (diff)
downloadtdeaccessibility-92bac802df05bdf0cdc1df1adf750e05bf991ba4.tar.gz
tdeaccessibility-92bac802df05bdf0cdc1df1adf750e05bf991ba4.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 cb4ad3c..0b442e8 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 #################