summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2021-12-31 10:50:35 +0100
committerSlávek Banko <slavek.banko@axis.cz>2021-12-31 11:53:06 +0100
commitaab9e9dc3a174b2b182782b7e3c6e58c38e3209f (patch)
tree25858e519fd2c60fd1f1bbb78581afe7a5420daa
parent3d622406b0fa06e208e9f699f2038e21a5999fff (diff)
downloadtdelibs-aab9e9dc3a174b2b182782b7e3c6e58c38e3209f.tar.gz
tdelibs-aab9e9dc3a174b2b182782b7e3c6e58c38e3209f.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 75b551aa2b026d1e6a81b4f70b17bed9a85dc354)
-rw-r--r--CMakeL10n.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeL10n.txt b/CMakeL10n.txt
index ca597109c..fdf5509d7 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 #################