summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2021-12-31 10:50:47 +0100
committerSlávek Banko <slavek.banko@axis.cz>2021-12-31 11:52:35 +0100
commit6e726b66a655667ee30ef1f0cfae92543d3e1a3e (patch)
tree30c80239a9b03c676774c6b7a7009feda79fe201
parent127d75cfb9ed3a775dc67cc3b3fbebf3b565594c (diff)
downloadknights-6e726b66.tar.gz
knights-6e726b66.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 0f047e437be21aeb8c19232aac4e893c448c7def)
-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 #################