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 | d97cabee636f7f9e80e28b334bd2132542317905 (patch) | |
tree | a136da7e89d54c71eaa8948cb6a58b9050722274 | |
parent | 9a51728bd361989334c3c4be82c425830d8a2555 (diff) | |
download | kcmldapmanager-d97cabee636f7f9e80e28b334bd2132542317905.tar.gz kcmldapmanager-d97cabee636f7f9e80e28b334bd2132542317905.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 670e6d1..f7fb3e9 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 |