diff options
author | Slávek Banko <[email protected]> | 2023-11-05 18:45:37 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2023-11-08 09:36:21 +0100 |
commit | 3fb419090fd6a53dd1529a1707710a3b0ebea5ea (patch) | |
tree | ad5db4b1c34c49068a442e59f93f013a8cdd3bc5 | |
parent | 2da5c318755733be01539803f3f7e3508f39efd6 (diff) | |
download | kscope-3fb419090fd6a53dd1529a1707710a3b0ebea5ea.tar.gz kscope-3fb419090fd6a53dd1529a1707710a3b0ebea5ea.zip |
Raise the minimum required version of CMake to 3.5.
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit d399e3a2c6c365c540fe67bc648bacefe4cca707)
-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 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 ce659f4..4ae23d4 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 |