summaryrefslogtreecommitdiffstats
path: root/CMakeL10n.txt
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2023-11-05 18:45:51 +0100
committerSlávek Banko <slavek.banko@axis.cz>2023-11-05 18:45:51 +0100
commit0948c8cd4c705638e88235d45d25e947e63b4800 (patch)
tree9c3c2af8153d648a386a0efbb89bc44c773039b3 /CMakeL10n.txt
parent7836f65d3987fb81bbeceb875c140f2b3c52545e (diff)
downloadkshutdown-0948c8cd4c705638e88235d45d25e947e63b4800.tar.gz
kshutdown-0948c8cd4c705638e88235d45d25e947e63b4800.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 529c9d5..4b3030b 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 #################