summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2021-12-31 10:51:22 +0100
committerSlávek Banko <slavek.banko@axis.cz>2021-12-31 11:52:53 +0100
commit84baa5c838a87f4f394836f0e5ed5655e2aac5ed (patch)
tree2b5764c4a974017aaec9a4bf50392e4328af2c36
parent779bfa26fb9733e05d673ea904183d7469c456c9 (diff)
downloadkompose-r14.0.12.tar.gz
kompose-r14.0.12.zip
Raise the minimum required version of CMake to 3.1 in CMakeL10n rules.r14.0.12
Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 2cb568aec46071ebc5e82b575123d4a73507f1d4)
-rw-r--r--CMakeL10n.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeL10n.txt b/CMakeL10n.txt
index a525b71..f18984d 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 #################