summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2023-11-05 18:45:50 +0100
committerSlávek Banko <slavek.banko@axis.cz>2023-11-11 11:30:36 +0100
commita20900487154e178e6d338ae818cc410861a77f0 (patch)
treeffda769ce53a46d3c84033b4d12a9b1d584e95df
parent923a514f4ccf346d0b733400347164444fdf7096 (diff)
downloadknemo-a20900487154e178e6d338ae818cc410861a77f0.tar.gz
knemo-a20900487154e178e6d338ae818cc410861a77f0.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 5152e64b1ff6487ef50de514f1ad7231ca503244)
-rw-r--r--CMakeL10n.txt2
-rw-r--r--CMakeLists.txt2
2 files changed, 2 insertions, 2 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 #################
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 84d4253..29183c5 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -7,7 +7,7 @@
############################################
-cmake_minimum_required( VERSION 3.1 )
+cmake_minimum_required( VERSION 3.5 )
#### general package setup