summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2021-12-31 10:50:50 +0100
committerSlávek Banko <slavek.banko@axis.cz>2021-12-31 11:52:37 +0100
commit22a534d7bbf4a8668a10d1b958bc51276a2e35fd (patch)
tree3ed4f4686ceff818cc74a31766abf2902a786309
parent368f515958ac2bd9b6ec38a75350b69256e97187 (diff)
downloadkonversation-22a534d7.tar.gz
konversation-22a534d7.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 0fcaf742996af30d6d34f28d515e699f90f5fcb9)
-rw-r--r--CMakeL10n.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeL10n.txt b/CMakeL10n.txt
index 9730a56..16e3f52 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 #################