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
commit997f83cd35de91e29d8f2f4d7f6d361cf9473aee (patch)
tree731bd4ae5cbe2202e6f508cf60930c10cb6e928b
parent29b3cbaad20fa3093c3ac62b75865cae41f397cd (diff)
downloadtdemultimedia-997f83cd.tar.gz
tdemultimedia-997f83cd.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 09304c0fab211bef8108552286eed89610bf1f77)
-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 #################