diff options
author | Slávek Banko <[email protected]> | 2023-11-05 18:45:41 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2023-11-09 02:17:11 +0100 |
commit | 89cdda5019595e283942371e367161e1d45b14f2 (patch) | |
tree | 3a4476442a7f4334410b848c0c81c9d720392ed6 | |
parent | 7520534184483cf7e8eac2a7be0ba51646ce25a7 (diff) | |
download | bibletime-89cdda5019595e283942371e367161e1d45b14f2.tar.gz bibletime-89cdda5019595e283942371e367161e1d45b14f2.zip |
Raise the minimum required version of CMake to 3.5.
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit b1fccbda557f1fb67d05e3152b0612ca7a1963b7)
-rw-r--r-- | CMakeL10n.txt | 2 | ||||
-rw-r--r-- | CMakeLists.txt | 2 |
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 |