summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2021-12-31 10:51:14 +0100
committerSlávek Banko <slavek.banko@axis.cz>2021-12-31 11:52:48 +0100
commite7e647077c100be81ba65d69b1a0f2b813c9de80 (patch)
tree0969d785879f9ae27a2c91e5422530fbfea916e3
parent4ba78a444c0cefe06c4a90e20cc5240ade9550a5 (diff)
downloadtdedocker-e7e64707.tar.gz
tdedocker-e7e64707.zip
Raise the minimum required version of CMake to 3.1 in CMakeL10n rules.r14.0.12
Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit dae027fc1795b11a1fbff4128ec77390f3884725)
-rw-r--r--CMakeL10n.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeL10n.txt b/CMakeL10n.txt
index b1583ab..9e9af53 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 #################