diff options
author | Slávek Banko <[email protected]> | 2023-11-05 18:46:02 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2023-11-05 18:46:02 +0100 |
commit | 2217f0b7b77eb8451e24182dd764e758e1eb7d0b (patch) | |
tree | 18e6df3aab3bcf92aa516c3a7c619c183e0f96d8 /CMakeL10n.txt | |
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 <[email protected]>
Diffstat (limited to 'CMakeL10n.txt')
-rw-r--r-- | CMakeL10n.txt | 2 |
1 files changed, 1 insertions, 1 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 ################# |