diff options
author | Slávek Banko <[email protected]> | 2023-11-05 18:45:49 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2023-11-05 18:45:49 +0100 |
commit | 1fe01e6007d3567adaa76dc865ae1b366d630f27 (patch) | |
tree | ab7ef060cfc6cc7619287af8b5a1ffd3bb5739a0 /CMakeLists.txt | |
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 <[email protected]>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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 ##################### |