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:49:03 +0100
commitda05d2b426318da41d5d865adfbf634495ef3f4b (patch)
treefb15bb7a4e7f6972ead3354baeaacceb5f7ad89a
parente9d19a066b581cd900bae522e7f9b520e6d12a00 (diff)
downloadtdesudo-da05d2b426318da41d5d865adfbf634495ef3f4b.tar.gz
tdesudo-da05d2b426318da41d5d865adfbf634495ef3f4b.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 6ed6d24fcff4589286ee0b35476edfb2c62773db)
-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 2454708..7506436 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