We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fbd3cd commit f733b29Copy full SHA for f733b29
travis/toolchain_macos.cmake
@@ -3,7 +3,7 @@ SET(CMAKE_SYSTEM_VERSION 16)
3
SET(CMAKE_SYSTEM_PROCESSOR x86_64)
4
SET(ARCH x86_64)
5
6
-set(CMAKE_C_COMPILER clang)
+set(CMAKE_C_COMPILER gcc)
7
set(CMAKE_C_COMPILER_TARGET ${arch})
8
-set(CMAKE_CXX_COMPILER clang++)
+set(CMAKE_CXX_COMPILER g++)
9
set(CMAKE_CXX_COMPILER_TARGET ${arch})
0 commit comments