diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2021-12-31 10:51:15 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2021-12-31 11:52:49 +0100 |
commit | f3913564b7a2f7580dc0cb2d60389b7132f8a32d (patch) | |
tree | 4b2c849843256ac25e9fce245edd9e0d1c3381ad | |
parent | b8f23e53f1df27ca9865b6a2eb0ea3b782cf081f (diff) | |
download | yakuake-f3913564b7a2f7580dc0cb2d60389b7132f8a32d.tar.gz yakuake-f3913564b7a2f7580dc0cb2d60389b7132f8a32d.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 b95742661d552beb47fb473bc70334751745d95e)
-rw-r--r-- | CMakeL10n.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeL10n.txt b/CMakeL10n.txt index a525b71..f18984d 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 ################# |