We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c39466 commit 4485d6fCopy full SHA for 4485d6f
build/CMakeLists.txt
@@ -180,7 +180,7 @@ if (CMAKE_CXX_COMPILER_ID STREQUAL "GNU")
180
elseif (CMAKE_CXX_COMPILER_ID STREQUAL "Clang")
181
# more tweaks
182
if (NOT (MSVC OR MSYS OR APPLE))
183
- set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-unused-const-variable -Wno-overloaded-virtual -Wno-c99-extensions -stdlib=libstdc++" )
+ set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-unused-const-variable -Wno-overloaded-virtual -Wno-c99-extensions" )
184
endif()
185
endif ()
186
0 commit comments