diff options
author | Slávek Banko <[email protected]> | 2021-01-18 22:27:47 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-01-18 22:36:39 +0100 |
commit | e3d1495d810cc76591509460cea571c78627884d (patch) | |
tree | ea03fcc2e49851f35d2f79226c222255541afd1c | |
parent | b22ab1ca95ad8ad841cfcee9bd3a989e2f36fce8 (diff) | |
download | tdeio-ftps-e3d1495d810cc76591509460cea571c78627884d.tar.gz tdeio-ftps-e3d1495d810cc76591509460cea571c78627884d.zip |
Raise the minimum required version of CMake to 2.8.12.
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit ceaf25fbff942785cd5e50c6ef62d9bf4b894c59)
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 252153e..5d8dc95 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,7 @@ ############################################ -cmake_minimum_required( VERSION 2.8 ) +cmake_minimum_required( VERSION 2.8.12 ) #### general package setup |