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 | 648390118516c4f6fcf73cacf4bfa1713e655a72 (patch) | |
tree | eb04663b878cab9a321613a9f1516f9623e78d3c | |
parent | 4b5c1d08aece3df70cb9b0882f8f42eb2c2daeda (diff) | |
download | kcmldapcontroller-648390118516c4f6fcf73cacf4bfa1713e655a72.tar.gz kcmldapcontroller-648390118516c4f6fcf73cacf4bfa1713e655a72.zip |
Raise the minimum required version of CMake to 3.1.
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit a50dbe7276f3036435219aaf545dd74970d516de)
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 164f824..5164199 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 |