summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2021-12-31 10:50:53 +0100
committerSlávek Banko <slavek.banko@axis.cz>2021-12-31 11:52:38 +0100
commit895f0eecba2f965409069f53c469abcc39cdaab5 (patch)
treebc27d25194dd4c9f57023380eb3fa8f7c734b466
parentcd8fbeb95d5e78aea605b4dc02c9e2b8e5985b3a (diff)
downloadtork-895f0eec.tar.gz
tork-895f0eec.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 f86b9c30642cab05dff1d9fa99dbbf00fec1dd86)
-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 #################