Update macos-gnu.cmake

This commit is contained in:
coco875
2025-08-06 16:16:34 +02:00
committed by Lywx
parent edd75fc809
commit 4e9bf8d3da

View File

@@ -1,2 +1,2 @@
set(CMAKE_C_COMPILER /opt/homebrew/opt/gcc/bin/gcc-14)
set(CMAKE_CXX_COMPILER /opt/homebrew/opt/gcc/bin/g++-14)
set(CMAKE_C_COMPILER /usr/bin/gcc)
set(CMAKE_CXX_COMPILER /usr/bin/g++)