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:46 +0100
commit183b0d88867d27c127afbf8258c81b9040e142db (patch)
treeb1cc71683e14c54514954e62636b1fa533cadccd
parented36197d63672a7f7a3747e91d6f9f8d67164941 (diff)
downloadknetload-183b0d88.tar.gz
knetload-183b0d88.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 eba4f31939a5df2999c3642e2b605a458a022c76)
-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 #################