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 11:52:36 +0100 |
commit | 7c4211017a09e2cc1eb0cbf030a0f30362bd4092 (patch) | |
tree | 399429c120b3dff636d342cf3c30a2fc21f2c423 | |
parent | 332bb9bea9e22607abab33bfdf0944d0305db6e4 (diff) | |
download | kftpgrabber-7c4211017a09e2cc1eb0cbf030a0f30362bd4092.tar.gz kftpgrabber-7c4211017a09e2cc1eb0cbf030a0f30362bd4092.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 f5d8b4b4e789e4af5a3ccc8d6510506a3a60f9a2)
-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 ################# |