diff options
author | Slávek Banko <[email protected]> | 2023-11-05 18:45:50 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2023-11-11 11:32:23 +0100 |
commit | f8733916dd5144c70425e1cd82850957ce0a320f (patch) | |
tree | a99b452c9a743d5ddf601d67f35d708e8c9a81e2 /CMakeL10n.txt | |
parent | 2ce099c539ec50787881cdb4250c7cf0f8501597 (diff) | |
download | krusader-f8733916dd5144c70425e1cd82850957ce0a320f.tar.gz krusader-f8733916dd5144c70425e1cd82850957ce0a320f.zip |
Raise the minimum required version of CMake to 3.5.
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit d31c5f6ee9c12b9fcdfc8e9f67c7d7c5b6b5f410)
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 ################# |