diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2023-11-05 18:45:59 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2023-11-05 20:31:15 +0100 |
commit | ae5890aac51e509994d63afbb9f57b15f214a96e (patch) | |
tree | 0159def4d3c7ae9fc2285e9751bcaa5397ad5abe /CMakeL10n.txt | |
parent | 2282d9eb36140be47efd1006f6b111c3b40e44e2 (diff) | |
download | tde-i18n-ae5890aac51e509994d63afbb9f57b15f214a96e.tar.gz tde-i18n-ae5890aac51e509994d63afbb9f57b15f214a96e.zip |
Raise the minimum required version of CMake to 3.5.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
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 9e9ba7fdd61..ff5d79292af 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 ################# |