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

Don't install CMakeLists.txt #449

Merged
merged 1 commit into from
Oct 10, 2022
Merged

Conversation

scpeters
Copy link
Member

@scpeters scpeters commented Oct 7, 2022

🦟 Bug fix

Fixes unstable 3.15.0 debbuild issue

Summary

Many of the 3.15.0 debbuilds were unstable:

dh_missing: warning: usr/include/ignition/common3/CMakeLists.txt exists in debian/tmp but is not installed to anywhere

The profiler component was installing its CMakeLists.txt file, probably due to an issue with #418. This changes the CMakeLists.txt pattern to match the events component.

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.

Signed-off-by: Steve Peters <[email protected]>
@codecov
Copy link

codecov bot commented Oct 7, 2022

Codecov Report

Merging #449 (352de4b) into ign-common3 (4f2ae91) will not change coverage.
The diff coverage is n/a.

@@             Coverage Diff              @@
##           ign-common3     #449   +/-   ##
============================================
  Coverage        78.52%   78.52%           
============================================
  Files               72       72           
  Lines             9244     9244           
============================================
  Hits              7259     7259           
  Misses            1985     1985           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

Copy link
Contributor

@j-rivero j-rivero left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks Steve!

@scpeters scpeters merged commit 4908754 into ign-common3 Oct 10, 2022
@scpeters scpeters deleted the scpeters/rm_cmakelists_install branch October 10, 2022 19:24
@mjcarroll mjcarroll mentioned this pull request Oct 11, 2022
scpeters added a commit that referenced this pull request Oct 11, 2022
This was unintentionally added in #449 and breaks
compilation on case-insensitive filesystems.

Signed-off-by: Steve Peters <[email protected]>
mjcarroll pushed a commit that referenced this pull request Oct 11, 2022
This was unintentionally added in #449 and breaks compilation on case-insensitive filesystems.

Signed-off-by: Steve Peters <[email protected]>
scpeters added a commit to gazebosim/gz-physics that referenced this pull request Dec 1, 2022
scpeters added a commit to gazebosim/gz-physics that referenced this pull request Dec 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🏰 citadel Ignition Citadel
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

3 participants