diff options
author | Slávek Banko <[email protected]> | 2021-12-31 10:50:36 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-12-31 11:52:58 +0100 |
commit | 66fde0cb70c6e238bf89b373636cbc4b499f02cd (patch) | |
tree | 8e3bed63fbdb3801cb270411625bbe2022bc8658 | |
parent | da240f8018431b89d832607633fb38ae27b89d4e (diff) | |
download | tdebase-66fde0cb70c6e238bf89b373636cbc4b499f02cd.tar.gz tdebase-66fde0cb70c6e238bf89b373636cbc4b499f02cd.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 d9743d0420c071e5dcc70f0ff793a035b829ea38)
-rw-r--r-- | CMakeL10n.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeL10n.txt b/CMakeL10n.txt index 60f084676..afb35d489 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 ################# |