Skip to content

Commit

Permalink
Merge pull request #124 from emvivre/master
Browse files Browse the repository at this point in the history
remove invalid parameter '-stdlib=libc++' in CMakeLists.txt
  • Loading branch information
nlohmann committed Dec 7, 2015
2 parents 22bc022 + 4f27004 commit d9432aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit d9432aa

Please sign in to comment.