Skip to content

CXX-2745 remove obsolete include paths for generated config headers #1352

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

Merged
merged 1 commit into from
Mar 14, 2025

Conversation

eramongodb
Copy link
Contributor

Minor followup to #1318, which relocated all generated config headers out of v_noabi. Addresses the following compilation warnings with Clang 21 in a fresh binary directory:

warning: no such include directory: 'src/mongocxx/lib/mongocxx/v_noabi' [-Wmissing-include-dirs]

All generated headers under v1 and private continue to use the existing root-level include path (i.e. ${PROJECT_BINARY_DIR}/lib).

@eramongodb eramongodb requested a review from kevinAlbs March 13, 2025 21:18
@eramongodb eramongodb self-assigned this Mar 13, 2025
@eramongodb eramongodb merged commit b657c6f into mongodb:master Mar 14, 2025
17 of 20 checks passed
@eramongodb eramongodb deleted the cxx-2745-config branch March 14, 2025 16:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants