diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2021-12-31 10:50:47 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2021-12-31 10:50:47 +0100 |
commit | 0f047e437be21aeb8c19232aac4e893c448c7def (patch) | |
tree | 6c03162a40af5febee134a663449ecd0c4461000 /CMakeL10n.txt | |
parent | 4a79e0ab8f3db658e6aac08f4302d9e439410d95 (diff) | |
download | knights-0f047e437be21aeb8c19232aac4e893c448c7def.tar.gz knights-0f047e437be21aeb8c19232aac4e893c448c7def.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 ################# |