mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
8 lines
232 B
CMake
8 lines
232 B
CMake
include(Platform/Darwin-Initialize)
|
|
|
|
if(NOT _CMAKE_OSX_SYSROOT_PATH MATCHES "/XR(OS|Simulator)")
|
|
message(FATAL_ERROR "${CMAKE_OSX_SYSROOT} is not an visionOS SDK")
|
|
endif()
|
|
|
|
set(_CMAKE_FEATURE_DETECTION_TARGET_TYPE STATIC_LIBRARY)
|