summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2021-12-31 10:50:48 +0100
committerSlávek Banko <slavek.banko@axis.cz>2021-12-31 11:52:35 +0100
commit067cc066d0a370b73fb29e71a69459930e0fdeab (patch)
tree21bdcd0efe70fa27ede6f2b6114e182bbd249912
parentcbf8c06ccb64ee27da049cd09c12d65b406d2ca5 (diff)
downloadgwenview-067cc066d0a370b73fb29e71a69459930e0fdeab.tar.gz
gwenview-067cc066d0a370b73fb29e71a69459930e0fdeab.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 9b66fc5efe4a1c648caf2d6b561d5db979b34bbc)
-rw-r--r--CMakeL10n.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeL10n.txt b/CMakeL10n.txt
index 0c3b49c..1ec9ea6 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 #################