summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2021-12-31 10:50:54 +0100
committerSlávek Banko <slavek.banko@axis.cz>2021-12-31 11:52:38 +0100
commit59ffbe9cd2a6a0c2ea333f4c8c4e16694f1286e8 (patch)
treeaee5387c7490a54000433b045529eea916ee03a5
parentb29426bb2326b4f653b9acae32e3266868a889f9 (diff)
downloaddesktop-effects-tde-59ffbe9c.tar.gz
desktop-effects-tde-59ffbe9c.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 da6fb9b8d6e1b8c4e42b0bbd0146a053169aabf4)
-rw-r--r--CMakeL10n.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeL10n.txt b/CMakeL10n.txt
index a4e3231..87a5ec5 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 #################