mirror of
https://github.com/ziglang/zig.git
synced 2025-12-06 06:13:07 +00:00
CMake: bump minimum required version to "3.15"
Signed-off-by: Eric Joldasov <bratishkaerik@landless-city.net>
This commit is contained in:
parent
6a65561e3e
commit
2380f6aadc
@ -1,4 +1,4 @@
|
|||||||
cmake_minimum_required(VERSION 3.5)
|
cmake_minimum_required(VERSION 3.15)
|
||||||
include(CheckSymbolExists)
|
include(CheckSymbolExists)
|
||||||
|
|
||||||
if(NOT CMAKE_BUILD_TYPE)
|
if(NOT CMAKE_BUILD_TYPE)
|
||||||
|
|||||||
@ -47,7 +47,7 @@ mechanism supports that use case too (i.e. `/usr/bin/zig` and `/usr/lib/zig/`).
|
|||||||
|
|
||||||
Ensure you have the required dependencies:
|
Ensure you have the required dependencies:
|
||||||
|
|
||||||
* CMake >= 3.5
|
* CMake >= 3.15
|
||||||
* System C/C++ Toolchain
|
* System C/C++ Toolchain
|
||||||
* LLVM, Clang, LLD development libraries == 18.x
|
* LLVM, Clang, LLD development libraries == 18.x
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user