CMake: bump minimum required version to "3.15"
Signed-off-by: Eric Joldasov <bratishkaerik@landless-city.net>
2 files changed, 2 insertions(+), 2 deletions(-)
CMakeLists.txt+1-1
| ... | ... | @@ -1,4 +1,4 @@ |
| 1 | | cmake_minimum_required(VERSION 3.5) |
| 1 | cmake_minimum_required(VERSION 3.15) |
| 2 | 2 | include(CheckSymbolExists) |
| 3 | 3 | |
| 4 | 4 | if(NOT CMAKE_BUILD_TYPE) |
README.md+1-1
| ... | ... | @@ -47,7 +47,7 @@ mechanism supports that use case too (i.e. `/usr/bin/zig` and `/usr/lib/zig/`). |
| 47 | 47 | |
| 48 | 48 | Ensure you have the required dependencies: |
| 49 | 49 | |
| 50 | | * CMake >= 3.5 |
| 50 | * CMake >= 3.15 |
| 51 | 51 | * System C/C++ Toolchain |
| 52 | 52 | * LLVM, Clang, LLD development libraries == 18.x |
| 53 | 53 | |