summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2023-11-05 18:45:41 +0100
committerSlávek Banko <slavek.banko@axis.cz>2023-11-08 15:34:51 +0100
commitc6b056ccdf1ecf96822b1899dc6aa65697d60a8c (patch)
tree2caffa269640205ec6827e224ebb231a95d012ed
parent1b724e0d2f71ba9d846d864abfbad69afe75bb7a (diff)
downloadsmb4k-c6b056cc.tar.gz
smb4k-c6b056cc.zip
Raise the minimum required version of CMake to 3.5.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 9b0764005c7993f847518721325d6c2c316c02ba)
-rw-r--r--CMakeL10n.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeL10n.txt b/CMakeL10n.txt
index 79e0a11..c5acc73 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 #################