summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2021-12-31 10:50:55 +0100
committerSlávek Banko <slavek.banko@axis.cz>2021-12-31 11:52:40 +0100
commit9b004312b204fe4d5f92bcb4ef11b77eb39ddd3d (patch)
tree2eba8aec431d53e495ab40283836ac342825ac91
parentaa4601431603c3b0f3de29a222bdea425e0a17fc (diff)
downloadcodeine-9b004312.tar.gz
codeine-9b004312.zip
Raise the minimum required version of CMake to 3.1 in CMakeL10n rules.r14.0.12
Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 0a79d229af54a87289e42ad2f451c073fc430347)
-rw-r--r--CMakeL10n.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeL10n.txt b/CMakeL10n.txt
index e4b7476..d1fce95 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 #################