diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2023-11-05 18:45:42 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2023-11-08 10:15:02 +0100 |
commit | e535349c3b6f7bb30635d6288caf6e7f7eb8c717 (patch) | |
tree | b007f7c6857b1eb9990c221d1566d907a144615e | |
parent | a0d6994bd0a4b31880aec705992554c0385e94ec (diff) | |
download | krecipes-e535349c3b6f7bb30635d6288caf6e7f7eb8c717.tar.gz krecipes-e535349c3b6f7bb30635d6288caf6e7f7eb8c717.zip |
Raise the minimum required version of CMake to 3.5.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
-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 ################# |