diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2023-11-05 18:45:49 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2023-11-05 18:45:49 +0100 |
commit | 1fe01e6007d3567adaa76dc865ae1b366d630f27 (patch) | |
tree | ab7ef060cfc6cc7619287af8b5a1ffd3bb5739a0 | |
parent | 67a9fd3225cb598a4731ae04d41f254fc3d1a255 (diff) | |
download | kbfx-1fe01e6007d3567adaa76dc865ae1b366d630f27.tar.gz kbfx-1fe01e6007d3567adaa76dc865ae1b366d630f27.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 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 ##################### |