Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
refs/heads/release
/
.
/
Modules
/
Platform
/
watchOS-Initialize.cmake
blob: e9705ca2b1dec3bdddadf6dff6477c90d723c1eb [
file
] [
log
] [
blame
] [
edit
]
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
()