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:36:32 +0100 |
commit | de45aa15abc2a85f6726e6723362a5fcc730c9eb (patch) | |
tree | 5a2d3f904005547c4b67aa569ed510a0bc28a4d6 /CMakeLists.txt | |
parent | cdc1e8385d2c094ee27a048b2237cfcdfc15af85 (diff) | |
download | kcmldapcontroller-de45aa15abc2a85f6726e6723362a5fcc730c9eb.tar.gz kcmldapcontroller-de45aa15abc2a85f6726e6723362a5fcc730c9eb.zip |
Raise the minimum required version of CMake to 2.8.12.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 2e0a32baa30cb6c4f99faf7b3dde87174539ac96)
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 77fae49..591244c 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 |