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
build: explicitly link against dispatch and Foundation
On platforms where Foundation is not provided by the system and you wish
to build against a custom build of Foundation, you need a number of
flags. This allows you to instead opt for passing `-DFoundation_DIR=`
and `-Ddispatch_DIR=` to CMake when configuring to pick up those paths.
0 commit comments