diff options
author | Slávek Banko <[email protected]> | 2021-01-18 22:27:43 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-01-18 22:27:43 +0100 |
commit | b8c75ce8135ec3e87f8b75a986264c18103f4c82 (patch) | |
tree | 00d873929fc0bade5b65eb74f4c30ff04151904f | |
parent | 92162db6f1a02c49d13830d9866931a9000a715c (diff) | |
download | keep-b8c75ce8135ec3e87f8b75a986264c18103f4c82.tar.gz keep-b8c75ce8135ec3e87f8b75a986264c18103f4c82.zip |
Raise the minimum required version of CMake to 2.8.12.
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 dc825b4..4e841fb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,7 @@ ############################################ -cmake_minimum_required( VERSION 2.8 ) +cmake_minimum_required( VERSION 2.8.12 ) #### general package setup |