diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-11-06 19:05:20 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-11-06 19:05:20 +0900 |
commit | dc2d053e514269d40c3690e783e8e07dae34bfd1 (patch) | |
tree | fc10b9ca8be6d9151f5ac3d528fb9a73f06652f2 | |
parent | 21f0555fa152af5c0259ef4f461fd0dff3254d97 (diff) | |
download | twin-style-fahrenheit-dc2d053e514269d40c3690e783e8e07dae34bfd1.tar.gz twin-style-fahrenheit-dc2d053e514269d40c3690e783e8e07dae34bfd1.zip |
Raise the minimum required version of CMake to 3.5.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index df8dffa..cd73e7b 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 |