summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2021-12-31 10:50:56 +0100
committerSlávek Banko <slavek.banko@axis.cz>2021-12-31 11:52:40 +0100
commitd37a8259b7ee096a072578daca07408826d4f18b (patch)
tree07681c4553c94d13f207e695d12f135f59731e34
parentff42b99f4b8272c8c6db2d546c3dfb33b03e3c94 (diff)
downloadk9copy-d37a8259.tar.gz
k9copy-d37a8259.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 5caf64c6c5a342746da9e75a2d58c151bc44dda7)
-rw-r--r--CMakeL10n.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeL10n.txt b/CMakeL10n.txt
index f8a2c99..f7e447e 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 #################