diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2023-11-05 18:45:57 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2023-11-11 01:34:21 +0100 |
commit | 4c698556bb9859d8113c442e51ecdaf1a482f8c7 (patch) | |
tree | 1ad437071b1126c0f0b787b168dd0b15be0bd856 /CMakeL10n.txt | |
parent | dfa5f3fa39638fc8f00e99dff812c71193dfda42 (diff) | |
download | knutclient-4c698556bb9859d8113c442e51ecdaf1a482f8c7.tar.gz knutclient-4c698556bb9859d8113c442e51ecdaf1a482f8c7.zip |
Raise the minimum required version of CMake to 3.5.
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 a91bd2a..e0b1b56 100644 --- a/CMakeL10n.txt +++ b/CMakeL10n.txt @@ -9,7 +9,7 @@ # ################################################# -cmake_minimum_required( VERSION 3.1 ) +cmake_minimum_required( VERSION 3.5 ) ##### include our cmake modules ################# |