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 10:51:19 +0100 |
commit | 2756dadffbff4402720fc9cf27dcbd055e192204 (patch) | |
tree | ccbb8b46d5b68d3d810b4f962728e21fe449c452 | |
parent | b1970dce3bb8e3bee0472c027f37ad1b173967c4 (diff) | |
download | twin-style-dekorator-2756dadffbff4402720fc9cf27dcbd055e192204.tar.gz twin-style-dekorator-2756dadffbff4402720fc9cf27dcbd055e192204.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 f6ba6df..19adbff 100644 --- a/CMakeL10n.txt +++ b/CMakeL10n.txt @@ -6,7 +6,7 @@ # # ######################################### -cmake_minimum_required( VERSION 2.8.12 ) +cmake_minimum_required( VERSION 3.1 ) ##### include our cmake modules ######### |