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 | |
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)
-rw-r--r-- | CMakeL10n.txt | 2 | ||||
-rw-r--r-- | CMakeLists.txt | 2 |
2 files changed, 2 insertions, 2 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 ######### diff --git a/CMakeLists.txt b/CMakeLists.txt index e0002f9..1887c90 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,7 @@ ############################################ -cmake_minimum_required( VERSION 3.1 ) +cmake_minimum_required( VERSION 3.5 ) #### general package setup |