You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When building cpprestsdk with Clang, it is entirely plausible that you may wish to compile against libstdc++ instead of libc++.
Consequently, I suggest that the CMakeLists.txt either omit the addition of the option, make it a configurable cache option or, first detect if the builder has already inserted a desired stdlib into the CMAKE_CXX_FLAGS variable and avoid appending -lstdib=libc++ in that case.