Skip to content

Commit

Permalink
revert stdlib
Browse files Browse the repository at this point in the history
  • Loading branch information
StephanKa committed Feb 22, 2024
1 parent be6ed7e commit fd4dbe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/StandardProjectSettings.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ IF(CMAKE_CXX_COMPILER_ID MATCHES ".*Clang")
# On Windows cuda nvcc uses cl and not clang
ADD_COMPILE_OPTIONS($<$<COMPILE_LANGUAGE:C>:-fcolor-diagnostics> $<$<COMPILE_LANGUAGE:CXX>:-fcolor-diagnostics>)
ELSE()
ADD_COMPILE_OPTIONS(-fcolor-diagnostics -stdlib=libc++)
ADD_COMPILE_OPTIONS(-fcolor-diagnostics)
ENDIF()
ELSEIF(CMAKE_CXX_COMPILER_ID STREQUAL "GNU")
IF(WIN32)
Expand Down

0 comments on commit fd4dbe0

Please sign in to comment.