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 11:52:56 +0100
commit9fd4732f83ce148e22bf633ff99f278463282796 (patch)
tree12e8051c3878843adf92c2e7feea5eee21721ed3
parent7c31fa1136e77e1ddd00fd7e1c96e3e3f9fe7935 (diff)
downloadtdeaccessibility-9fd4732f.tar.gz
tdeaccessibility-9fd4732f.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 92bac802df05bdf0cdc1df1adf750e05bf991ba4)
-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 #################