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 10:50:50 +0100
commit0fcaf742996af30d6d34f28d515e699f90f5fcb9 (patch)
tree6e35f250bd828b523f5e8e911da7c443b3bcfca6
parentc9bb4313725909cacba71bb1d3c1744b99c5aa9d (diff)
downloadkonversation-0fcaf742.tar.gz
konversation-0fcaf742.zip
Raise the minimum required version of CMake to 3.1 in CMakeL10n rules.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
-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 #################