diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2023-11-05 18:45:41 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2023-11-06 23:19:11 +0100 |
commit | 9b0764005c7993f847518721325d6c2c316c02ba (patch) | |
tree | da903b912982360808510c7018bd882a81aaa54d /CMakeL10n.txt | |
parent | c63dcab3ae92b5d0efb9543bfb4babf5fc1cb25a (diff) | |
download | smb4k-9b0764005c7993f847518721325d6c2c316c02ba.tar.gz smb4k-9b0764005c7993f847518721325d6c2c316c02ba.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 79e0a11..c5acc73 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 ################# |