diff options
author | Slávek Banko <[email protected]> | 2023-11-05 18:45:39 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2023-11-08 15:28:07 +0100 |
commit | e05c4cfb7b88b2041b1878bea7438bcfa844245f (patch) | |
tree | a310df4002daa73bdd57e7e72a1ed2b8e6f97337 /CMakeL10n.txt | |
parent | 4b9e3dcbd66e06f59dd8c93e41bbe5f2222aa3ca (diff) | |
download | kasablanca-e05c4cfb7b88b2041b1878bea7438bcfa844245f.tar.gz kasablanca-e05c4cfb7b88b2041b1878bea7438bcfa844245f.zip |
Raise the minimum required version of CMake to 3.5.
Signed-off-by: Slávek Banko <[email protected]>
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 ################# |