We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd08d61 commit 792a871Copy full SHA for 792a871
CMakeLists.txt
@@ -199,7 +199,7 @@ elseif(LINUX)
199
200
if (CMAKE_CXX_COMPILER MATCHES "clang")
201
message(STATUS "Detected Clang compiler: ${CMAKE_CXX_COMPILER}")
202
- set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -stdlib=libc++ -nostdinc++")
+ # set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -stdlib=libc++")
203
endif()
204
205
0 commit comments