summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2021-12-31 10:50:44 +0100
committerSlávek Banko <slavek.banko@axis.cz>2021-12-31 11:53:12 +0100
commit2938b5bb336a816edae69fddb4aeffd042b35c4e (patch)
tree0df34454220715ae1c8298c99526277099294a5b
parente69986734c2e83b73751cb3cd9d5825ef81db206 (diff)
downloadkipi-plugins-2938b5bb.tar.gz
kipi-plugins-2938b5bb.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 4b93b62f51badd7bc37cfaba126cf3308722ed51)
-rw-r--r--CMakeL10n.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeL10n.txt b/CMakeL10n.txt
index 9730a56..16e3f52 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 #################