Skip to content
  • Brad King's avatar
    Disable arch-specific try_run in CMake itself · 9199f7c6
    Brad King authored
    We disallow try_run() when CMAKE_TRY_COMPILE_OSX_ARCHITECTURES is set
    because the binary might not be able to run on the host architecture.
    This prevents us from creating ppc test binaries on i386 Mac machines
    that cause Rosetta install dialogs to appear.
    9199f7c6