diff options
author | Slávek Banko <[email protected]> | 2021-12-29 12:33:09 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-12-29 12:33:09 +0100 |
commit | d1da61d1179f9e0b5e21b2a35bc1c6cc9e71d2a6 (patch) | |
tree | 1440d838cce64b5aeed953a5c8372661406ec9ad /CMakeLists.txt | |
parent | 1e79639c652551e502af5084972ce2b50d25d661 (diff) | |
download | kooldock-d1da61d1179f9e0b5e21b2a35bc1c6cc9e71d2a6.tar.gz kooldock-d1da61d1179f9e0b5e21b2a35bc1c6cc9e71d2a6.zip |
Raise the minimum required version of CMake to 3.1.
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 4b4d39c..ad82caf 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,7 @@ ############################################ -cmake_minimum_required( VERSION 2.8.12 ) +cmake_minimum_required( VERSION 3.1 ) #### general package setup |