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

Do not install CMakeLists.txt in loader/register #123

Merged
merged 2 commits into from
Sep 12, 2023

Conversation

j-rivero
Copy link
Contributor

🦟 Bug fix

Summary

By including the installation of a whole directory in the source code for loader/register, the buildsystem is installing the CMakeLists.txt files that are included in these directories. Debian packaging QA tool was complaining about it:

I: libignition-plugin-dev: package-contains-documentation-outside-usr-share-doc [usr/include/ignition/plugin1/CMakeLists.txt]

Exclude them from the final installation by using the EXCLUDE clause in CMake.

Checklist

  • Signed all commits for DCO
  • Added tests
  • Updated documentation (as needed)
  • Updated migration guide (as needed)
  • Consider updating Python bindings (if the library has them)
  • codecheck passed (See contributing)
  • All tests passed (See test coverage)
  • While waiting for a review on your PR, please help review another open pull request to support the maintainers

Note to maintainers: Remember to use Squash-Merge and edit the commit message to match the pull request summary while retaining Signed-off-by messages.

By including the installation of a whole directory in the source code
for loader/register, the buildsystem is installing the CMakeLists.txt
files that are included in these directories. Exclude them from the
final installation by using the EXCLUDE clause in CMake.

Signed-off-by: Jose Luis Rivero <jrivero@osrfoundation.org>
By including the installation of a whole directory in the source code
for loader/register, the buildsystem is installing the CMakeLists.txt
files that are included in these directories. Exclude them from the
final installation by using the EXCLUDE clause in CMake.

Signed-off-by: Jose Luis Rivero <jrivero@osrfoundation.org>
@github-actions github-actions bot added 🏯 fortress Ignition Fortress 🏰 citadel Ignition Citadel labels Sep 12, 2023
@j-rivero j-rivero merged commit 0b62971 into ign-plugin1 Sep 12, 2023
13 checks passed
@j-rivero j-rivero deleted the jrivero/do_not_install_cmakelists branch September 12, 2023 11:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🏰 citadel Ignition Citadel 🏯 fortress Ignition Fortress
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants