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 10:50:37 +0100
commit09304c0fab211bef8108552286eed89610bf1f77 (patch)
tree5feb36ed3efd630a134b160307434f630b139265
parent2f84531d5259b9554de45d471541b944850ee8a2 (diff)
downloadtdemultimedia-09304c0fab211bef8108552286eed89610bf1f77.tar.gz
tdemultimedia-09304c0fab211bef8108552286eed89610bf1f77.zip
Raise the minimum required version of CMake to 3.1 in CMakeL10n rules.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
-rw-r--r--CMakeL10n.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeL10n.txt b/CMakeL10n.txt
index c9758900..7f874a9c 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 #################