diff options
author | Slávek Banko <[email protected]> | 2021-12-31 10:51:20 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-12-31 10:51:20 +0100 |
commit | cf00e23a57a63647a26467fa3da90bc346b74f25 (patch) | |
tree | 54f31e1105bd7219e74da11e73d8571776d77977 /CMakeL10n.txt | |
parent | f8d2acfb2c3931d99e1cd95ee96a2d25724b18ea (diff) | |
download | twin-style-suse2-cf00e23a57a63647a26467fa3da90bc346b74f25.tar.gz twin-style-suse2-cf00e23a57a63647a26467fa3da90bc346b74f25.zip |
Raise the minimum required version of CMake to 3.1 in CMakeL10n rules.
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'CMakeL10n.txt')
-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 ######### |