gazebosim / gz-cmake

A set of CMake modules that are used by the C++-based Gazebo projects.
https://gazebosim.org/libs/cmake
Apache License 2.0
27 stars 31 forks source link

Use a relative symlink for Ign* cmake modules #405

Closed cottsay closed 10 months ago

cottsay commented 10 months ago

🦟 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

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.