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
{{ message }}
This repository has been archived by the owner on Feb 8, 2024. It is now read-only.
#ifdef APPLE
// /* System clang on macOS */
// "-isystem/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1",
// "-isystem/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include",
#endif
Hey, sorry for missing this one; I'm glad you found a fix. It could be that those lines can be removed, if our new CMake setup is finding those for us, but I do wonder what your .color_coded looked like. Did you have those paths in there as well?
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I fix it temporarily by removing system clang include from defaults.hpp. I think there is no need to add duplicated library in the compilation system.
The text was updated successfully, but these errors were encountered: