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
Multi-config builds fail to build the clang-doc project, because two asset files aren't found, when the executable running the test runs under the Debug config.
This is because the asset locator expects that the executable running the test is located at the top level build directory, not under an extra directory (e.g., Debug).
AC: fix the asset locator so that the project builds / passes in any configuration.
The text was updated successfully, but these errors were encountered:
Multi-config builds fail to build the clang-doc project, because two asset files aren't found, when the executable running the test runs under the Debug config.
This is because the asset locator expects that the executable running the test is located at the top level build directory, not under an extra directory (e.g., Debug).
AC: fix the asset locator so that the project builds / passes in any configuration.
The text was updated successfully, but these errors were encountered: