diff options
author | Slávek Banko <[email protected]> | 2023-11-05 18:45:40 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2023-11-08 15:31:56 +0100 |
commit | 86f2b7101ce99c0c15b01422caac702704f72df9 (patch) | |
tree | 13c2df7b0f4cd74572426a19a81ab24ac867f151 | |
parent | 3cae03315f68bfc8ea2183fe79079cade9e85656 (diff) | |
download | kshowmail-86f2b7101ce99c0c15b01422caac702704f72df9.tar.gz kshowmail-86f2b7101ce99c0c15b01422caac702704f72df9.zip |
Raise the minimum required version of CMake to 3.5.
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit 454cc7a150383c44782461e6779bfd043bebdac0)
-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 233b58f..ec40e4d 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 e055e69..e1159e4 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 |