Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
2ce6337503538bfbc73b615d04ffe7afe7a7a668
/
.
/
Modules
/
Internal
/
AppleArchitectureSelection.cmake.in
blob: fec0d411e544d278a6143a9de4c48523a7a8ac5d [
file
]
@PACKAGE_INIT@
if
(
NOT CMAKE_OSX_ARCHITECTURES
)
message
(
FATAL_ERROR
"CMAKE_OSX_ARCHITECTURES must be explicitly set for this package"
)
endif
()
@_branch_code@
message
(
FATAL_ERROR
"Architecture not supported"
)