diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2021-12-31 10:51:19 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2021-12-31 11:52:51 +0100 |
commit | 8bd05d698bfd9c5216d4b9e4ad8de6fd00995ead (patch) | |
tree | 86f2d73adea47830a7dac02633fe570d8193c1eb | |
parent | 7a6987e76b6d0453ec2cb5106463f8d9dff34288 (diff) | |
download | tde-style-qtcurve-8bd05d698bfd9c5216d4b9e4ad8de6fd00995ead.tar.gz tde-style-qtcurve-8bd05d698bfd9c5216d4b9e4ad8de6fd00995ead.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.txt | 2 |
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 ################# |