diff options
author | Slávek Banko <[email protected]> | 2023-11-05 18:46:07 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2023-11-05 18:46:07 +0100 |
commit | 613dff1a8672997bc0657fe0c8e65ddf489a1738 (patch) | |
tree | 53b6a74cfc8cb7c6880bec9998b27b94d9b166de | |
parent | e3ae8c54a1800d99d3e0d2222fb19a9e0f0ed65c (diff) | |
download | libtdeldap-613dff1a8672997bc0657fe0c8e65ddf489a1738.tar.gz libtdeldap-613dff1a8672997bc0657fe0c8e65ddf489a1738.zip |
Raise the minimum required version of CMake to 3.5.
Signed-off-by: Slávek Banko <[email protected]>
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index f649810..7a56c8a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,7 @@ ############################################ -cmake_minimum_required( VERSION 3.1 ) +cmake_minimum_required( VERSION 3.5 ) #### general package setup |