summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2023-11-05 18:45:41 +0100
committerSlávek Banko <slavek.banko@axis.cz>2023-11-09 02:17:11 +0100
commit89cdda5019595e283942371e367161e1d45b14f2 (patch)
tree3a4476442a7f4334410b848c0c81c9d720392ed6
parent7520534184483cf7e8eac2a7be0ba51646ce25a7 (diff)
downloadbibletime-89cdda50.tar.gz
bibletime-89cdda50.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 b1fccbda557f1fb67d05e3152b0612ca7a1963b7)
-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 c8a2da5..8a44e2d 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 650bf54..57cbde6 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