summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2021-12-31 10:51:19 +0100
committerSlávek Banko <slavek.banko@axis.cz>2021-12-31 11:52:51 +0100
commit8bd05d698bfd9c5216d4b9e4ad8de6fd00995ead (patch)
tree86f2d73adea47830a7dac02633fe570d8193c1eb
parent7a6987e76b6d0453ec2cb5106463f8d9dff34288 (diff)
downloadtde-style-qtcurve-8bd05d69.tar.gz
tde-style-qtcurve-8bd05d69.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 b048fd5e18ccc25617eec7592552602eaf459101)
-rw-r--r--CMakeL10n.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeL10n.txt b/CMakeL10n.txt
index 9f0fb1a..cca0148 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 #################