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 | 4e09ab84cb31d7a1cf0eee062dd07a78dfc0f896 (patch) | |
tree | 15bd6a1b39f3e2634a8a8e2a9032d38c7ce25605 | |
parent | fd89435b2529e025dcb857cfbe2ab51750a72e30 (diff) | |
download | kchmviewer-4e09ab84cb31d7a1cf0eee062dd07a78dfc0f896.tar.gz kchmviewer-4e09ab84cb31d7a1cf0eee062dd07a78dfc0f896.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 9c2b7ee..9fa1392 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 |