diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2023-11-05 18:46:02 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2023-11-05 18:46:02 +0100 |
commit | 2217f0b7b77eb8451e24182dd764e758e1eb7d0b (patch) | |
tree | 18e6df3aab3bcf92aa516c3a7c619c183e0f96d8 | |
parent | f288fbd87f485c00cf15c67e92966719e5ea3948 (diff) | |
download | tdenetwork-2217f0b7b77eb8451e24182dd764e758e1eb7d0b.tar.gz tdenetwork-2217f0b7b77eb8451e24182dd764e758e1eb7d0b.zip |
Raise the minimum required version of CMake to 3.5.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
-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 ##################### |