diff options
author | Slávek Banko <[email protected]> | 2023-11-05 18:45:48 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2023-11-10 09:49:23 +0100 |
commit | f7a200409037ebd65c29af23cebe092eba2f40aa (patch) | |
tree | dd44ad28b716efcb0a488884b5c68bbe47fb115c | |
parent | 65c37c1f99a28f7adb63af27f3d2287d4f662b52 (diff) | |
download | wlassistant-f7a200409037ebd65c29af23cebe092eba2f40aa.tar.gz wlassistant-f7a200409037ebd65c29af23cebe092eba2f40aa.zip |
Raise the minimum required version of CMake to 3.5.
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit 84dc4614d842c33351ccf9729df122af85391fe0)
-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 6b8044c..2664c32 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,7 +9,7 @@ # ################################################# -cmake_minimum_required( VERSION 3.1 ) +cmake_minimum_required( VERSION 3.5 ) ##### general package setup ##################### |