Skip to content

Commit fd4dbe0

Browse files
committed
revert stdlib
1 parent be6ed7e commit fd4dbe0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmake/StandardProjectSettings.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ IF(CMAKE_CXX_COMPILER_ID MATCHES ".*Clang")
2727
# On Windows cuda nvcc uses cl and not clang
2828
ADD_COMPILE_OPTIONS($<$<COMPILE_LANGUAGE:C>:-fcolor-diagnostics> $<$<COMPILE_LANGUAGE:CXX>:-fcolor-diagnostics>)
2929
ELSE()
30-
ADD_COMPILE_OPTIONS(-fcolor-diagnostics -stdlib=libc++)
30+
ADD_COMPILE_OPTIONS(-fcolor-diagnostics)
3131
ENDIF()
3232
ELSEIF(CMAKE_CXX_COMPILER_ID STREQUAL "GNU")
3333
IF(WIN32)

0 commit comments

Comments
 (0)