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

Use a relative symlink for Ign* cmake modules #405

Merged
merged 1 commit into from
Jan 23, 2024
Merged

Use a relative symlink for Ign* cmake modules #405

merged 1 commit into from
Jan 23, 2024

Conversation

cottsay
Copy link
Contributor

@cottsay cottsay commented Jan 23, 2024

🦟 Bug fix

Summary

This unnecessarily absolute symlink inhibits relocation of the project after installation. The file being linked to is installed to the same directory, so a relative symlink is easy to produce.

This was flagged as a build warning during RPM packaging.

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.

This unnecessarily absolute symlink inhibits relocation of the project
after installation.

Signed-off-by: Scott K Logan <[email protected]>
@github-actions github-actions bot added 🌱 garden Ignition Garden 🎵 harmonic Gazebo Harmonic labels Jan 23, 2024
Copy link
Member

@scpeters scpeters left a comment

Choose a reason for hiding this comment

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

thanks for the nice, clean fix!

@scpeters scpeters merged commit cbdb0cc into gazebosim:gz-cmake3 Jan 23, 2024
9 checks passed
@cottsay cottsay deleted the relative-symlink branch January 23, 2024 23:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🌱 garden Ignition Garden 🎵 harmonic Gazebo Harmonic
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

3 participants