summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2021-12-31 10:51:11 +0100
committerSlávek Banko <slavek.banko@axis.cz>2021-12-31 11:52:47 +0100
commit3f406c8426fa68005d4219b85d07d494de981490 (patch)
treed6ccd7167238d6f7c063111cd5aded9f411ceb23
parent45cb41685461d52c5e3ac739a02c7ae871541051 (diff)
downloadkooldock-3f406c8426fa68005d4219b85d07d494de981490.tar.gz
kooldock-3f406c8426fa68005d4219b85d07d494de981490.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 13f5794ac633a65c0e9747eeb678024ebb3abbcb)
-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 #################