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:36:33 +0100 |
commit | 18baa6bfe38f03a860563cadee813ab56ea32020 (patch) | |
tree | aafa41efa7650499d71f3f080d6375cbf3c2aed7 | |
parent | e34eedf1ec306da3f995b506ab213b567f959268 (diff) | |
download | kima-18baa6bfe38f03a860563cadee813ab56ea32020.tar.gz kima-18baa6bfe38f03a860563cadee813ab56ea32020.zip |
Raise the minimum required version of CMake to 2.8.12.
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit 5f2ae030c8ea1edfbe37bd4a5a2247b191486846)
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 92f7f9c..d1f01fa 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 |