diff options
author | Slávek Banko <[email protected]> | 2021-12-29 12:33:01 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-12-29 13:02:31 +0100 |
commit | f2f2fc6aab47de22e6ba7f9989cc4fcd70eaf678 (patch) | |
tree | 92de43c841b2614bc701f01c8f499b347cfc04bc /CMakeLists.txt | |
parent | a9f792cbaafbb261bac14ed8e18656120b96022b (diff) | |
download | kcmldapmanager-f2f2fc6aab47de22e6ba7f9989cc4fcd70eaf678.tar.gz kcmldapmanager-f2f2fc6aab47de22e6ba7f9989cc4fcd70eaf678.zip |
Raise the minimum required version of CMake to 3.1.
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit 4abea46a4a446bd0cbd503945def54ec0e7cef62)
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 d241f0b..9acee06 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 |