diff options
author | Slávek Banko <[email protected]> | 2023-11-05 18:45:42 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2023-11-09 02:23:27 +0100 |
commit | 6b856e9cc3a8be3b98ae60478edb78a0c8ba7fac (patch) | |
tree | 08dcd8340ac2a8c775ec41c6d1807125bad7b507 | |
parent | 781bebdbedc7ffc6cd826eb22c65b62c4d4d288a (diff) | |
download | krecipes-6b856e9cc3a8be3b98ae60478edb78a0c8ba7fac.tar.gz krecipes-6b856e9cc3a8be3b98ae60478edb78a0c8ba7fac.zip |
Raise the minimum required version of CMake to 3.5.
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit e535349c3b6f7bb30635d6288caf6e7f7eb8c717)
-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 ################# |