summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2021-12-31 10:51:17 +0100
committerSlávek Banko <slavek.banko@axis.cz>2021-12-31 10:51:17 +0100
commit7b6e7926f7b4c50e476b1f47d5d55167c84c5442 (patch)
tree71e87f51d1819b7c60a9cc6db4fafa112a4d8709
parentd8c59953270be654867de579da10977ef68f8d92 (diff)
downloadksplash-engine-moodin-7b6e7926.tar.gz
ksplash-engine-moodin-7b6e7926.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 e4b7476..d1fce95 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 #################