diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2021-12-31 10:50:43 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2021-12-31 11:52:55 +0100 |
commit | 21935020150ac507a268dc4eae1e3d6730705d04 (patch) | |
tree | 02983d20d54493a3f847ece52fbb739b7bee2611 /CMakeL10n.txt | |
parent | bdf33e537f09d3bbd5a77dcd15ecc40f99e70513 (diff) | |
download | tde-i18n-21935020150ac507a268dc4eae1e3d6730705d04.tar.gz tde-i18n-21935020150ac507a268dc4eae1e3d6730705d04.zip |
Raise the minimum required version of CMake to 3.1 in CMakeL10n rules.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit ecad6721aaf6211211a9b6b6f7816ae2e0081b7b)
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 0d236c34102..a8544ca32ef 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 ################# |