diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2021-12-31 10:50:38 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2021-12-31 11:53:07 +0100 |
commit | c2c29bba4bcebc1a6d6418da3d7b0bae993ae0a8 (patch) | |
tree | 9f681bee94409794a274b47fc71bb410fe2af2de | |
parent | 90568665f6e3b694a3a2f1c9fdd25accb1063745 (diff) | |
download | tdetoys-c2c29bba4bcebc1a6d6418da3d7b0bae993ae0a8.tar.gz tdetoys-c2c29bba4bcebc1a6d6418da3d7b0bae993ae0a8.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 e04edde308cf94288dccd7b44b32ce891f9d1b52)
-rw-r--r-- | CMakeL10n.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeL10n.txt b/CMakeL10n.txt index e304b1b..5c3586e 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 ################# |