summaryrefslogtreecommitdiffstats
path: root/CMakeL10n.txt
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2023-11-05 18:45:40 +0100
committerSlávek Banko <slavek.banko@axis.cz>2023-11-05 18:45:40 +0100
commit24425224ab03e5fe53999770b9eec24e46dd1d12 (patch)
tree304466b7f649d3b04d5d62e23cea00b3efe3cd71 /CMakeL10n.txt
parentdaa879285a47809e41a13f6cf104191a32d291cb (diff)
downloadkonversation-24425224ab03e5fe53999770b9eec24e46dd1d12.tar.gz
konversation-24425224ab03e5fe53999770b9eec24e46dd1d12.zip
Raise the minimum required version of CMake to 3.5.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
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 233b58f..ec40e4d 100644
--- a/CMakeL10n.txt
+++ b/CMakeL10n.txt
@@ -9,7 +9,7 @@
#
#################################################
-cmake_minimum_required( VERSION 3.1 )
+cmake_minimum_required( VERSION 3.5 )
##### include our cmake modules #################