diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2023-11-05 18:45:50 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2023-11-05 18:45:50 +0100 |
commit | fa253fe10262e58805539b27a13ee0934cefb9ac (patch) | |
tree | deac48b9e6e07a6a1e323f9ac9dbd6fedecc60b4 | |
parent | 4311a79823d5bc42a86f788280df17b1ca435c24 (diff) | |
download | knetload-fa253fe10262e58805539b27a13ee0934cefb9ac.tar.gz knetload-fa253fe10262e58805539b27a13ee0934cefb9ac.zip |
Raise the minimum required version of CMake to 3.5.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
-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 33d4fab..bb4f256 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 |