summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2023-11-05 18:45:48 +0100
committerSlávek Banko <slavek.banko@axis.cz>2023-11-10 09:47:46 +0100
commit6913f86b9fc8b35611ec95d85258f55d4fc29f70 (patch)
tree6449d1c0999893ed9c8dc065aa033a5f5a3ac377
parent856e0f844a755b1a9eb2dceb3b0111eb1fccdab8 (diff)
downloadkmyfirewall-6913f86b.tar.gz
kmyfirewall-6913f86b.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 4005f8311f4cce7984fd0b2d4e8748e8e591bc70)
-rw-r--r--CMakeL10n.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeL10n.txt b/CMakeL10n.txt
index a91bd2a..e0b1b56 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 #################