summaryrefslogtreecommitdiffstats
path: root/CMakeL10n.txt
diff options
context:
space:
mode:
authorSlávek Banko <[email protected]>2023-11-05 18:46:02 +0100
committerSlávek Banko <[email protected]>2023-11-06 11:52:31 +0100
commitcaae11515b6cb5f98dcf31f8bc4e21230434cc06 (patch)
tree8a5b26751439f895ada8c66c336d0308473edac2 /CMakeL10n.txt
parent795034713196b07804db0083f6d3e9cdb738c61c (diff)
downloadtdenetwork-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 'CMakeL10n.txt')
-rw-r--r--CMakeL10n.txt2
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 #################