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
Is your feature request related to a problem?
There are too many install functions with replication of target names and component names. This feature is to create cmake functions to clean up the interface of creating and installing components.
The component to component dependencies and third party dependency mappings are statically defined in cmake files now. This feature issue should include investigation to see if those can be eliminated by using cmake properties and allow dynamic dependency registration.
marcalff
added
triage/accepted
Indicates an issue or PR is ready to be actively worked on.
and removed
needs-triage
Indicates an issue or PR lacks a `triage/foo` label and requires one.
labels
Mar 10, 2025
Follow up to #3220
Is your feature request related to a problem?
There are too many install functions with replication of target names and component names. This feature is to create cmake functions to clean up the interface of creating and installing components.
The component to component dependencies and third party dependency mappings are statically defined in cmake files now. This feature issue should include investigation to see if those can be eliminated by using cmake properties and allow dynamic dependency registration.
Describe the solution you'd like
See comments on #3220.
Describe alternatives you've considered
N/A
Additional context
N/A
The text was updated successfully, but these errors were encountered: