diff options
author | Slávek Banko <[email protected]> | 2023-11-05 18:45:39 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2023-11-05 18:45:39 +0100 |
commit | 55827baed411737eab996645df24ea5b120051e8 (patch) | |
tree | 25c58f0ff8f78a1360bfcf9296a28fc5a550a611 /CMakeLists.txt | |
parent | 9f22163e3e82a6e2cf804d800555354ac2c79f35 (diff) | |
download | kbiff-55827baed411737eab996645df24ea5b120051e8.tar.gz kbiff-55827baed411737eab996645df24ea5b120051e8.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 9c64dbd..3cd3260 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 |