diff options
author | Slávek Banko <[email protected]> | 2021-12-29 12:33:12 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-12-29 12:33:12 +0100 |
commit | 43cf99f055dafc2d746b28af10afca8c753b1ad2 (patch) | |
tree | bceefe680a334e82e21463e6678cc80dc92f00e3 /CMakeLists.txt | |
parent | 43bf070c5439e1b62bda1804654604515d47b15e (diff) | |
download | tdeio-gopher-43cf99f055dafc2d746b28af10afca8c753b1ad2.tar.gz tdeio-gopher-43cf99f055dafc2d746b28af10afca8c753b1ad2.zip |
Raise the minimum required version of CMake to 3.1.
Signed-off-by: Slávek Banko <[email protected]>
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 a581546..83e5a13 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,7 +9,7 @@ # ################################################# -cmake_minimum_required( VERSION 2.8.12 ) +cmake_minimum_required( VERSION 3.1 ) ##### general package setup ##################### |