Commit 4f27004d authored by emvivre's avatar emvivre

remove invalid parameter '-stdlib=libc++' in CMakeLists.txt

parent 0a813539
......@@ -16,7 +16,7 @@ if(MSVC)
add_definitions(-D_SCL_SECURE_NO_WARNINGS)
else(MSVC)
set(CMAKE_CXX_FLAGS
"-std=c++11 -stdlib=libc++"
"-std=c++11"
)
endif(MSVC)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment