diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2021-12-31 10:51:10 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2021-12-31 11:52:46 +0100 |
commit | 7ad34eee08e694cd15442fc7109953d0b000fed8 (patch) | |
tree | ffe3bbcea7e632ce8b47c130860b512a5f184be2 /CMakeL10n.txt | |
parent | 1dc72b09434cc07099b68f2d68f0cc2bf8cb36f1 (diff) | |
download | kbfx-7ad34eee08e694cd15442fc7109953d0b000fed8.tar.gz kbfx-7ad34eee08e694cd15442fc7109953d0b000fed8.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 9c7dbd0a0ebb8ce237c76e9ca0677714e91ee3e4)
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 d9932d7..61de19e 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 ################# |