Skip to content
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

List headers with target_sources FILE_SETS #8370

Merged
merged 3 commits into from
Aug 7, 2024
Merged

Conversation

alexreinking
Copy link
Member

Removes instances of target_include_directories and installation rules based on those directories. These are now automatically computed from the BASE_DIRS (defaults to current source dir) argument to target_sources.

This models the build more accurately and avoids accidental installation of unwanted headers. Also forces us to think about the linking relationships between components; ideally this will result in a more accurate build graph.

Removes instances of target_include_directories
and installation rules based on those directories.
These are now automatically computed from the
BASE_DIRS (defaults to current source dir) argument
to target_sources.

This models the build more accurately and avoids
accidental installation of unwanted headers. Also
forces us to think about the linking relationships
between components; ideally this will result in a
more accurate build graph.
@alexreinking
Copy link
Member Author

linux-worker-4 has CUDA issues... unrelated

@alexreinking alexreinking merged commit 40ab265 into main Aug 7, 2024
14 of 16 checks passed
@alexreinking alexreinking deleted the build/file-sets branch August 7, 2024 14:57
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