diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2021-01-18 22:27:43 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2021-01-18 22:27:43 +0100 |
commit | 4de1b245295cb39fc0d7ef353af0fc8ed938ec35 (patch) | |
tree | 2d9c84654c330a6be44a670d466909a651336733 | |
parent | afcae680ec4f099c2f5bd27a8127a4758a6d56fc (diff) | |
download | kcmldap-4de1b245295cb39fc0d7ef353af0fc8ed938ec35.tar.gz kcmldap-4de1b245295cb39fc0d7ef353af0fc8ed938ec35.zip |
Raise the minimum required version of CMake to 2.8.12.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index a0fc291..8407203 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 |