Skip to content

Commit f733b29

Browse files
committed
change compiler
1 parent 2fbd3cd commit f733b29

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

travis/toolchain_macos.cmake

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ SET(CMAKE_SYSTEM_VERSION 16)
33
SET(CMAKE_SYSTEM_PROCESSOR x86_64)
44
SET(ARCH x86_64)
55

6-
set(CMAKE_C_COMPILER clang)
6+
set(CMAKE_C_COMPILER gcc)
77
set(CMAKE_C_COMPILER_TARGET ${arch})
8-
set(CMAKE_CXX_COMPILER clang++)
8+
set(CMAKE_CXX_COMPILER g++)
99
set(CMAKE_CXX_COMPILER_TARGET ${arch})

0 commit comments

Comments
 (0)