summaryrefslogtreecommitdiffstats
path: root/CMakeL10n.txt
diff options
context:
space:
mode:
authorSlávek Banko <[email protected]>2021-12-31 10:50:56 +0100
committerSlávek Banko <[email protected]>2021-12-31 10:50:56 +0100
commit5caf64c6c5a342746da9e75a2d58c151bc44dda7 (patch)
tree3fa3af14cb14cad4a2e90d8053632bb957d65c6f /CMakeL10n.txt
parent0705f5058e116745ab1e010ad252a5c88513a6b5 (diff)
downloadk9copy-5caf64c6c5a342746da9e75a2d58c151bc44dda7.tar.gz
k9copy-5caf64c6c5a342746da9e75a2d58c151bc44dda7.zip
Raise the minimum required version of CMake to 3.1 in CMakeL10n rules.
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'CMakeL10n.txt')
-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 #################