summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2021-12-31 10:50:37 +0100
committerSlávek Banko <slavek.banko@axis.cz>2021-12-31 11:53:06 +0100
commit340b9b6076ab2ac4c37418a4e7822e475c96614f (patch)
tree0417f55bbecf81f48469ac63b3407f15c7a55ba2
parent77b33cb75ee6a836a76f88b8dc8d9606ea6bf5c6 (diff)
downloadtdenetwork-340b9b60.tar.gz
tdenetwork-340b9b60.zip
Raise the minimum required version of CMake to 3.1 in CMakeL10n rules.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit e04bae8c093055fe3f0cd1d37bdcb699f4054848)
-rw-r--r--CMakeL10n.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeL10n.txt b/CMakeL10n.txt
index 284caa42..db096290 100644
--- a/CMakeL10n.txt
+++ b/CMakeL10n.txt
@@ -9,7 +9,7 @@
#
#################################################
-cmake_minimum_required( VERSION 2.8 )
+cmake_minimum_required( VERSION 3.1 )
##### include our cmake modules #################