diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2023-11-05 18:45:51 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2023-11-11 11:32:45 +0100 |
commit | bdaee14b9b19ec8c993e64aace5625405145790a (patch) | |
tree | 9c3c2af8153d648a386a0efbb89bc44c773039b3 | |
parent | a621edf4f82298693e52bc7620af8a519bf89d09 (diff) | |
download | kshutdown-bdaee14b9b19ec8c993e64aace5625405145790a.tar.gz kshutdown-bdaee14b9b19ec8c993e64aace5625405145790a.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 0948c8cd4c705638e88235d45d25e947e63b4800)
-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 529c9d5..4b3030b 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 aff8077..5b7c747 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 |