diff options
author | Slávek Banko <[email protected]> | 2023-11-05 18:45:49 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2023-11-11 11:28:12 +0100 |
commit | cca1b232de5487b304a9cdec239c7202530deb86 (patch) | |
tree | ab7ef060cfc6cc7619287af8b5a1ffd3bb5739a0 | |
parent | 97ca62239633b6d0fc02b3313f7135608456cb7c (diff) | |
download | kbfx-cca1b232de5487b304a9cdec239c7202530deb86.tar.gz kbfx-cca1b232de5487b304a9cdec239c7202530deb86.zip |
Raise the minimum required version of CMake to 3.5.
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit 1fe01e6007d3567adaa76dc865ae1b366d630f27)
-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 1c162fc..46f34b4 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 8c5bcba..42aa68c 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 ##################### |