diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2021-12-31 10:50:49 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2021-12-31 10:50:49 +0100 |
commit | f5d8b4b4e789e4af5a3ccc8d6510506a3a60f9a2 (patch) | |
tree | 4d9ee4bbe914f934bafd85ab4cebd6a5954429a0 /CMakeL10n.txt | |
parent | 737fb6d79001203e2dce3686d9b59708cb299dff (diff) | |
download | kftpgrabber-f5d8b4b4e789e4af5a3ccc8d6510506a3a60f9a2.tar.gz kftpgrabber-f5d8b4b4e789e4af5a3ccc8d6510506a3a60f9a2.zip |
Raise the minimum required version of CMake to 3.1 in CMakeL10n rules.
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 a525b71..f18984d 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 ################# |