Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
807d9165fb0873b0956de4e6cc2d46e6facb5370
/
.
/
Modules
/
Platform
/
watchOS-Initialize.cmake
blob: 2f396d394db58b7826960785f4988e3d8e25c3ac [
file
] [
log
] [
blame
]
include
(
Platform
/
Darwin
-
Initialize
)
if
(
NOT _CMAKE_OSX_SYSROOT_PATH MATCHES
"/Watch(OS|Simulator)"
)
message
(
FATAL_ERROR
"${CMAKE_OSX_SYSROOT} is not an watchOS SDK"
)
endif
()
set
(
_CMAKE_FEATURE_DETECTION_TARGET_TYPE STATIC_LIBRARY
)