summaryrefslogtreecommitdiffstats
path: root/CMakeL10n.txt
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2023-11-05 18:45:45 +0100
committerSlávek Banko <slavek.banko@axis.cz>2023-11-08 10:25:11 +0100
commite73b37e1a39b4bc870427f2c00721608901683cf (patch)
treed1a85a2b3e2149b6184c6b38bc701810110c01c5 /CMakeL10n.txt
parent55460675c525b333f65d67eb0757d6015f1ccf93 (diff)
downloadtderadio-e73b37e1a39b4bc870427f2c00721608901683cf.tar.gz
tderadio-e73b37e1a39b4bc870427f2c00721608901683cf.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 5bc06fe..7f8a96a 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 #################