summaryrefslogtreecommitdiffstats
path: root/CMakeL10n.txt
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2023-11-05 18:46:02 +0100
committerSlávek Banko <slavek.banko@axis.cz>2023-11-05 18:46:02 +0100
commitc1ce1cc0ca38fd0b28e489662f5459fb8fd38e63 (patch)
tree7fb5075fc7dbb62fc0bd296e84cd18acad77e386 /CMakeL10n.txt
parent1d3cdc476b79a8656267f8ab8f377664a6827a64 (diff)
downloadtdepim-c1ce1cc0ca38fd0b28e489662f5459fb8fd38e63.tar.gz
tdepim-c1ce1cc0ca38fd0b28e489662f5459fb8fd38e63.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 af2a7034..5705705f 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 #################