diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2021-12-31 10:50:48 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2021-12-31 11:52:35 +0100 |
commit | 067cc066d0a370b73fb29e71a69459930e0fdeab (patch) | |
tree | 21bdcd0efe70fa27ede6f2b6114e182bbd249912 | |
parent | cbf8c06ccb64ee27da049cd09c12d65b406d2ca5 (diff) | |
download | gwenview-067cc066d0a370b73fb29e71a69459930e0fdeab.tar.gz gwenview-067cc066d0a370b73fb29e71a69459930e0fdeab.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 9b66fc5efe4a1c648caf2d6b561d5db979b34bbc)
-rw-r--r-- | CMakeL10n.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeL10n.txt b/CMakeL10n.txt index 0c3b49c..1ec9ea6 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 ################# |