mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-22 14:23:10 -05:00
3a20a5f149
Over time we are adding `arm64` hosts and removing `x86_64` hosts.
2 lines
49 B
CMake
2 lines
49 B
CMake
set(ENV{CMAKE_OSX_ARCHITECTURES} "arm64;x86_64")
|