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

Deploy CMake modules as a CMake package #19

Open
adamlm opened this issue Mar 10, 2023 · 0 comments · May be fixed by #20
Open

Deploy CMake modules as a CMake package #19

adamlm opened this issue Mar 10, 2023 · 0 comments · May be fixed by #20
Labels
enhancement New feature or request

Comments

@adamlm
Copy link
Contributor

adamlm commented Mar 10, 2023

Summary

The current deployment strategy for the CMake modules in cmake directory (from my understanding) is to copy them to /opt/carma then have consuming packages manually extend CMAKE_MODULE_PATH.

A more streamlined approach would be to deploy them as a CMake package than consuming packages can integrate with the find_package(...) functionality.

Reasoning for new functionality

This would reduce friction for consuming packages that want to use the carma-build CMake modules.

@adamlm adamlm added the enhancement New feature or request label Mar 10, 2023
@adamlm adamlm linked a pull request Mar 10, 2023 that will close this issue
9 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant