diff options
author | Slávek Banko <[email protected]> | 2023-11-05 18:46:02 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2023-11-06 11:52:31 +0100 |
commit | caae11515b6cb5f98dcf31f8bc4e21230434cc06 (patch) | |
tree | 8a5b26751439f895ada8c66c336d0308473edac2 /CMakeLists.txt | |
parent | 795034713196b07804db0083f6d3e9cdb738c61c (diff) | |
download | tdenetwork-caae11515b6cb5f98dcf31f8bc4e21230434cc06.tar.gz tdenetwork-caae11515b6cb5f98dcf31f8bc4e21230434cc06.zip |
Raise the minimum required version of CMake to 3.5.
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit 2217f0b7b77eb8451e24182dd764e758e1eb7d0b)
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 b73afa5e..0391883c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,7 +9,7 @@ # ################################################# -cmake_minimum_required( VERSION 3.1 ) +cmake_minimum_required( VERSION 3.5 ) ##### general package setup ##################### |