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-11 11:31:52 +0100 |
commit | 2191a58bf7c358cc8e19cb1028632f4979223784 (patch) | |
tree | 0287dbf74d3064d1afc9b0ba218ee050750bbc55 | |
parent | 5d80102b399fa6d2d8f118860307b3bd9b577a54 (diff) | |
download | kooldock-2191a58bf7c358cc8e19cb1028632f4979223784.tar.gz kooldock-2191a58bf7c358cc8e19cb1028632f4979223784.zip |
Raise the minimum required version of CMake to 3.5.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 80b7eada49396f5c06cdab596b0c2e6b74eb4bb5)
-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 b850d9a..65d0982 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 |