| author | |
| committer | |
| log | 2380f6aadca6b26f6a946d5e7ecfe661d53871ec |
| tree | d3fdb8cde67a0a9417f5fee9053de07a9ee9ecf0 |
| parent | 6a65561e3e5f82f126ec4795e5cd9c07392b457b |
| signature |
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,4 +1,4 @@ |
| 1 | cmake_minimum_required(VERSION 3.5) | 1 | cmake_minimum_required(VERSION 3.15) |
| 2 | include(CheckSymbolExists) | 2 | include(CheckSymbolExists) |
| 3 | 3 | ||
| 4 | if(NOT CMAKE_BUILD_TYPE) | 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,7 +47,7 @@ mechanism supports that use case too (i.e. `/usr/bin/zig` and `/usr/lib/zig/`). |
| 47 | 47 | ||
| 48 | Ensure you have the required dependencies: | 48 | Ensure you have the required dependencies: |
| 49 | 49 | ||
| 50 | * CMake >= 3.5 | 50 | * CMake >= 3.15 |
| 51 | * System C/C++ Toolchain | 51 | * System C/C++ Toolchain |
| 52 | * LLVM, Clang, LLD development libraries == 18.x | 52 | * LLVM, Clang, LLD development libraries == 18.x |
| 53 | 53 |