Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Dec 7, 2015

Conversation

emvivre
Copy link
Contributor

@emvivre emvivre commented Sep 22, 2015

I remove the following invalid parameter : -stdlib=libc++
This produce a compilation error with my compiler : g++ 4.9.3
c++: error: unrecognized command line option ‘-stdlib=libc++’
CMakeFiles/json_unit.dir/build.make:54: recipe for target 'CMakeFiles/json_unit.dir/test/unit.cpp.o' failed
make[2]: *** [CMakeFiles/json_unit.dir/test/unit.cpp.o] Error 1
CMakeFiles/Makefile2:60: recipe for target 'CMakeFiles/json_unit.dir/all' failed
make[1]: *** [CMakeFiles/json_unit.dir/all] Error 2
Makefile:75: recipe for target 'all' failed
make: *** [all] Error 2

@daminetreg
Copy link

I also removed it in #123.

nlohmann added a commit that referenced this pull request Dec 7, 2015
remove invalid parameter '-stdlib=libc++' in CMakeLists.txt
@nlohmann nlohmann merged commit d9432aa into nlohmann:master Dec 7, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants