diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2023-11-05 18:46:01 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2023-11-06 11:56:30 +0100 |
commit | d86e0406d97c1f955efde58f6c03044c622eaf5a (patch) | |
tree | 00d26555cd6351d147dad47a1a1b5b79ba590f7d /CMakeL10n.txt | |
parent | fd88d80e7363c930309085b05e19c9c6d876b227 (diff) | |
download | tdegames-d86e0406d97c1f955efde58f6c03044c622eaf5a.tar.gz tdegames-d86e0406d97c1f955efde58f6c03044c622eaf5a.zip |
Raise the minimum required version of CMake to 3.5.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 3116de59649829b0e07b627fcca44b11771d5bd3)
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 14fe4724..fcbb8293 100644 --- a/CMakeL10n.txt +++ b/CMakeL10n.txt @@ -9,7 +9,7 @@ # ################################################# -cmake_minimum_required( VERSION 3.1 ) +cmake_minimum_required( VERSION 3.5 ) ##### include our cmake modules ################# |