-
Notifications
You must be signed in to change notification settings - Fork 42
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 relative install paths for plugin shared libraries #616
Conversation
Signed-off-by: Addisu Z. Taddese <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## gz-physics7 #616 +/- ##
============================================
Coverage 78.35% 78.35%
============================================
Files 140 140
Lines 8079 8079
============================================
Hits 6330 6330
Misses 1749 1749 ☔ View full report in Codecov by Sentry. |
Note that
DESTINATION argument of install to use GZ_PHYSICS_ENGINE_RELATIVE_INSTALL_DIR instead of GZ_PHYSICS_ENGINE_INSTALL_DIR ?
|
Signed-off-by: Addisu Z. Taddese <[email protected]>
Good catch. I've used |
🦟 Bug fix
Summary
Fixes an error when building https://github.com/gazebo-release/gz_physics_vendor/ in the ROS buildfarm.
Similar to gazebosim/gz-tools#137
Checklist
codecheck
passed (See contributing)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.