diff options
author | Slávek Banko <[email protected]> | 2021-12-29 12:33:01 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-12-29 12:33:01 +0100 |
commit | 77a2ac8141218ce2ced375ecafb6f4b14e152d09 (patch) | |
tree | 31f320e288c25138410a1edeac10f526eb5eacad /CMakeLists.txt | |
parent | 8b17e0d77ff423c5e066b05795afc7a4620913d9 (diff) | |
download | kcmldap-77a2ac8141218ce2ced375ecafb6f4b14e152d09.tar.gz kcmldap-77a2ac8141218ce2ced375ecafb6f4b14e152d09.zip |
Raise the minimum required version of CMake to 3.1.
Signed-off-by: Slávek Banko <[email protected]>
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 4834d53..533f91a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,7 @@ ############################################ -cmake_minimum_required( VERSION 2.8.12 ) +cmake_minimum_required( VERSION 3.1 ) #### general package setup |