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: conditionaly add Foundation dependency edge (#783)
When building without `-DFoundation_DIR=...`, we should not wire up a
dependency on Foundation and instead rely on autolinking and the driver
to collude to resolve the linkage. Failure to do so will instill a rogue
`-lFoundation.lib` when linking on Windows.
0 commit comments