summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2023-11-05 18:45:43 +0100
committerSlávek Banko <slavek.banko@axis.cz>2023-11-09 02:26:20 +0100
commit21fdca70fe43b87a4370c8a5d805783f859e70ca (patch)
treeb699efcced21f0079df8b49ed470d9b6501405a4
parent0c90dd24571da459f494ff60268a5a873f5fc11d (diff)
downloadk3b-21fdca70fe43b87a4370c8a5d805783f859e70ca.tar.gz
k3b-21fdca70fe43b87a4370c8a5d805783f859e70ca.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 b423aa0ce301a6c524b9c3b47206a13660c66b7a)
-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 6d0dcb8..0324056 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 b0fe2a8..f86f821 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -9,7 +9,7 @@
#
#################################################
-cmake_minimum_required( VERSION 3.1 )
+cmake_minimum_required( VERSION 3.5 )
##### general package setup #####################