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
Instead of forcing the "/usr/bin/clang++" wrapper for AppleClang (which sets the environments to find the std headers) we should use the absolute path (as by default registered by CMake) and add the "-isysroot" flag.
Like here: https://github.com/ruslo/hunter/issues/108
The text was updated successfully, but these errors were encountered:
Instead of forcing the "/usr/bin/clang++" wrapper for AppleClang (which sets the environments to find the std headers) we should use the absolute path (as by default registered by CMake) and add the "-isysroot" flag.
Like here: https://github.com/ruslo/hunter/issues/108
The text was updated successfully, but these errors were encountered: