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 | |
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>
-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 |