summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2023-11-05 18:45:38 +0100
committerSlávek Banko <slavek.banko@axis.cz>2023-11-08 09:38:09 +0100
commitd73c00b7a4d8384a9d5d5335a6dabb63a8598d13 (patch)
treecb351508310883b6a80d4dd3135ec51566285339
parent016d563a7b370a20326f7884250d1870cc6add6f (diff)
downloadpiklab-d73c00b7.tar.gz
piklab-d73c00b7.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 3c1a25c8cf861cdba03ade015ee3596fdbdde95d)
-rw-r--r--CMakeL10n.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeL10n.txt b/CMakeL10n.txt
index 233b58f..ec40e4d 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 #################