diff options
author | Slávek Banko <[email protected]> | 2021-12-29 12:33:12 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-12-29 13:02:42 +0100 |
commit | 35fdfda5a8c7bd2e82472f6ed118277484e1010a (patch) | |
tree | ba65ce59c591c0e593d6358c6bc406ad7f587e79 | |
parent | 4f5d6a603e3cef759dcbe1d296455edeaa08ab14 (diff) | |
download | tdeio-ftps-35fdfda5a8c7bd2e82472f6ed118277484e1010a.tar.gz tdeio-ftps-35fdfda5a8c7bd2e82472f6ed118277484e1010a.zip |
Raise the minimum required version of CMake to 3.1.
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit 2b2bef146833ea570c37c88b76c53041b3564072)
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 8281e58..2d61987 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 |