diff options
author | Slávek Banko <[email protected]> | 2023-11-05 18:45:39 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2023-11-05 18:45:39 +0100 |
commit | 55827baed411737eab996645df24ea5b120051e8 (patch) | |
tree | 25c58f0ff8f78a1360bfcf9296a28fc5a550a611 | |
parent | 9f22163e3e82a6e2cf804d800555354ac2c79f35 (diff) | |
download | kbiff-55827baed411737eab996645df24ea5b120051e8.tar.gz kbiff-55827baed411737eab996645df24ea5b120051e8.zip |
Raise the minimum required version of CMake to 3.5.
Signed-off-by: Slávek Banko <[email protected]>
-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 9c64dbd..3cd3260 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 |