diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2023-11-05 18:45:55 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2023-11-05 18:45:55 +0100 |
commit | 56e2987fe786539a529bb2263a20fbf4b3627467 (patch) | |
tree | 298199764809e6f73b2a4d85289835d5908ccd4e /CMakeL10n.txt | |
parent | 2b50d74ff03fba4c1fb372cc745325014e8a91a8 (diff) | |
download | twin-style-crystal-56e2987fe786539a529bb2263a20fbf4b3627467.tar.gz twin-style-crystal-56e2987fe786539a529bb2263a20fbf4b3627467.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 8c4c584..3c4ffcf 100644 --- a/CMakeL10n.txt +++ b/CMakeL10n.txt @@ -6,7 +6,7 @@ # # ######################################### -cmake_minimum_required( VERSION 3.1 ) +cmake_minimum_required( VERSION 3.5 ) ##### include our cmake modules ######### |