summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2021-12-31 10:50:46 +0100
committerSlávek Banko <slavek.banko@axis.cz>2021-12-31 11:52:34 +0100
commit0ac1a32b2c7d05307f6da46b897f6c7cc313a405 (patch)
treed573c7077530ef93910df9a56af62d0bc33e7ea8
parent114e71b939933744764e44163e412a6e908034df (diff)
downloadkxmleditor-0ac1a32b.tar.gz
kxmleditor-0ac1a32b.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 b68469852f92a819514ea95683071960d3b44b44)
-rw-r--r--CMakeL10n.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeL10n.txt b/CMakeL10n.txt
index c5ecb8e..42910d6 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 #################