diff options
author | Slávek Banko <[email protected]> | 2021-12-31 10:51:19 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-12-31 11:52:52 +0100 |
commit | bb8ff532228ee6b1fe176bf38555a07e9ea20036 (patch) | |
tree | 0d690713795d19be3775ab09e4b2dda85be5841c | |
parent | a76b7e94b474cc8403d09b5a2c65d8bcf47ad257 (diff) | |
download | twin-style-dekorator-bb8ff532228ee6b1fe176bf38555a07e9ea20036.tar.gz twin-style-dekorator-bb8ff532228ee6b1fe176bf38555a07e9ea20036.zip |
Raise the minimum required version of CMake to 3.1 in CMakeL10n rules.
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit 2756dadffbff4402720fc9cf27dcbd055e192204)
-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 ######### |