diff options
author | Slávek Banko <[email protected]> | 2021-01-18 22:27:44 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-01-18 22:27:44 +0100 |
commit | 5f2ae030c8ea1edfbe37bd4a5a2247b191486846 (patch) | |
tree | 3ed4e16066e7b3bdfd932905efda1c806fdf7d31 | |
parent | e3a304ae4047ae866eb8011804cfeb5ab4451d74 (diff) | |
download | kima-5f2ae030c8ea1edfbe37bd4a5a2247b191486846.tar.gz kima-5f2ae030c8ea1edfbe37bd4a5a2247b191486846.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 0c14717..c3c53eb 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 |