diff options
author | Slávek Banko <[email protected]> | 2021-12-29 13:05:14 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-12-29 13:05:14 +0100 |
commit | 29dc77c357a2b5190b3d7ad8307e9949cee69c0a (patch) | |
tree | a58c84364db5e6677ae7a0aae3032b02b374b3fa | |
parent | 518da4b28d005bcc78138d251165cb9eeae6a79e (diff) | |
download | kuickshow-29dc77c357a2b5190b3d7ad8307e9949cee69c0a.tar.gz kuickshow-29dc77c357a2b5190b3d7ad8307e9949cee69c0a.zip |
Raise the minimum required version of CMake to 3.1.
Signed-off-by: Slávek Banko <[email protected]>
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index e467a69..af22eb3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,7 +9,7 @@ # ################################################# -cmake_minimum_required( VERSION 2.8.12 ) +cmake_minimum_required( VERSION 3.1 ) ##### general package setup ##################### |