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 10:50:48 +0100 |
commit | 9b66fc5efe4a1c648caf2d6b561d5db979b34bbc (patch) | |
tree | f7bc3b55fa1a17b9a6d1e2860736cd03b9795ab4 | |
parent | 8abdc95586cc08bd9507652ad377e2c66429c4d8 (diff) | |
download | gwenview-9b66fc5efe4a1c648caf2d6b561d5db979b34bbc.tar.gz gwenview-9b66fc5efe4a1c648caf2d6b561d5db979b34bbc.zip |
Raise the minimum required version of CMake to 3.1 in CMakeL10n rules.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
-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 ################# |