From a2d8818a601f19e3b1877c2afc955d8e74773389 Mon Sep 17 00:00:00 2001 From: coco875 <59367621+coco875@users.noreply.github.com> Date: Wed, 6 Aug 2025 16:09:02 +0200 Subject: [PATCH] Update macos-gnu.cmake --- cmake/toolchain/macos-gnu.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmake/toolchain/macos-gnu.cmake b/cmake/toolchain/macos-gnu.cmake index 7a795e2..10af7ba 100644 --- a/cmake/toolchain/macos-gnu.cmake +++ b/cmake/toolchain/macos-gnu.cmake @@ -1,2 +1,2 @@ -set(CMAKE_C_COMPILER /opt/homebrew/opt/gcc/bin/gcc) -set(CMAKE_CXX_COMPILER /opt/homebrew/opt/gcc/bin/g++) \ No newline at end of file +set(CMAKE_C_COMPILER /opt/homebrew/opt/gcc/bin/gcc-14) +set(CMAKE_CXX_COMPILER /opt/homebrew/opt/gcc/bin/g++-14) \ No newline at end of file