Skip to content

Restore functionality to clang-doc asset locator in multi-config builds #98056

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
bob80905 opened this issue Jul 8, 2024 · 1 comment
Closed
Assignees
Labels
clang-doc cmake Build system in general and CMake in particular

Comments

@bob80905
Copy link
Contributor

bob80905 commented Jul 8, 2024

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.

@bob80905
Copy link
Contributor Author

bob80905 commented Jul 9, 2024

Closed by #98099

@bob80905 bob80905 closed this as completed Jul 9, 2024
@EugeneZelenko EugeneZelenko added the cmake Build system in general and CMake in particular label Jul 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
clang-doc cmake Build system in general and CMake in particular
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants