mirror of
https://github.com/darlinghq/darling-xnu.git
synced 2024-11-26 22:10:24 +00:00
Update CMake Version To 3.13
This commit is contained in:
parent
cc9438a05e
commit
2c246ed78c
@ -1,6 +1,6 @@
|
||||
project(darling-libsystem_kernel)
|
||||
|
||||
cmake_minimum_required(VERSION 3.10)
|
||||
cmake_minimum_required(VERSION 3.13)
|
||||
if(COMMAND cmake_policy)
|
||||
cmake_policy(SET CMP0003 NEW)
|
||||
cmake_policy(SET CMP0018 NEW)
|
||||
|
@ -1,6 +1,6 @@
|
||||
project(libsyscall)
|
||||
|
||||
cmake_minimum_required(VERSION 3.10)
|
||||
cmake_minimum_required(VERSION 3.13)
|
||||
|
||||
enable_language(C ASM)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user