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

Unify cmake install functions and use cmake properties to define dependencies #3293

Open
dbarker opened this issue Mar 7, 2025 · 0 comments
Labels
triage/accepted Indicates an issue or PR is ready to be actively worked on.

Comments

@dbarker
Copy link
Contributor

dbarker commented Mar 7, 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

@github-actions github-actions bot added the needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one. label Mar 7, 2025
@marcalff 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
triage/accepted Indicates an issue or PR is ready to be actively worked on.
Projects
None yet
Development

No branches or pull requests

2 participants