summaryrefslogtreecommitdiff
path: root/cmake/TC-gcc15.cmake
blob: 43a1a34f626e4bf3533b8e0d0bf81af84f5528ad (plain)
1
2
3
4
5
6
set(CMAKE_SYSTEM_NAME MacOS)
set(CMAKE_SYSTEM_PROCESSOR arm64)

set(tools /opt/homebrew)
set(CMAKE_C_COMPILER ${tools}/bin/gcc-15)
set(CMAKE_CXX_COMPILER ${tools}/bin/g++-15)