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
[CMake] Move setting of OSX_SYSROOT before project().
According to the documentation, any OSX_SYSROOT needs to be set before
the first project call.
https://cmake.org/cmake/help/latest/variable/CMAKE_OSX_SYSROOT.html
Since the setting came too late, homebrew compilers were missing the
include list for homebrew compilers was generated wrongly.
0 commit comments