summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2023-11-05 18:45:42 +0100
committerSlávek Banko <slavek.banko@axis.cz>2023-11-09 02:23:27 +0100
commit6b856e9cc3a8be3b98ae60478edb78a0c8ba7fac (patch)
tree08dcd8340ac2a8c775ec41c6d1807125bad7b507
parent781bebdbedc7ffc6cd826eb22c65b62c4d4d288a (diff)
downloadkrecipes-6b856e9c.tar.gz
krecipes-6b856e9c.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 e535349c3b6f7bb30635d6288caf6e7f7eb8c717)
-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 #################