gazebosim / gz-tools

Command line tools for the Gazebo libraries.
https://gazebosim.org
Apache License 2.0
14 stars 18 forks source link

Use relative install path for gz bash completion data #137

Closed azeey closed 3 months ago

azeey commented 3 months ago

🦟 Bug fix

Summary

Fixes an error when building https://github.com/gazebo-release/gz_tools_vendor/ in the ROS buildfarm.

The DESTINATION argument of install can take relative paths which is

interpreted relative to the value of the CMAKE_INSTALL_PREFIX variable. The prefix can be relocated at install time using the DESTDIR mechanism explained in the CMAKE_INSTALL_PREFIX variable documentation.

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.