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-11 11:46:55 +0100 |
commit | 857dc031181e871c8833b592a67b3d56a2a6be0d (patch) | |
tree | 17febc750cde78bf85b57e8bcc57c1fa27282826 /CMakeL10n.txt | |
parent | 858d33cc7c6063f6988690722187ab75a80b1709 (diff) | |
download | twin-style-crystal-857dc031181e871c8833b592a67b3d56a2a6be0d.tar.gz twin-style-crystal-857dc031181e871c8833b592a67b3d56a2a6be0d.zip |
Raise the minimum required version of CMake to 3.5.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 56e2987fe786539a529bb2263a20fbf4b3627467)
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 ######### |