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 | |
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)
-rw-r--r-- | CMakeL10n.txt | 2 | ||||
-rw-r--r-- | CMakeLists.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/CMakeL10n.txt b/CMakeL10n.txt index 5f9b9b7b..764d8a29 100644 --- a/CMakeL10n.txt +++ b/CMakeL10n.txt @@ -9,7 +9,7 @@ # ################################################# -cmake_minimum_required( VERSION 3.1 ) +cmake_minimum_required( VERSION 3.5 ) ##### include our cmake modules ################# 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 ##################### |