summaryrefslogtreecommitdiffstats
path: root/Modules/Internal/AppleArchitectureSelection.cmake.in
blob: fec0d411e544d278a6143a9de4c48523a7a8ac5d (plain)
1
2
3
4
5
6
7
8
@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")