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 10:51:11 +0100
commit13f5794ac633a65c0e9747eeb678024ebb3abbcb (patch)
treecde220372b71673371469393d9bcbe85fcc4f621
parentd1da61d1179f9e0b5e21b2a35bc1c6cc9e71d2a6 (diff)
downloadkooldock-13f5794a.tar.gz
kooldock-13f5794a.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 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 #################