You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove build RUNPATH from installed libGrid3D.so (#676)
Installs libGrid3D.so (a legacy alias for libGridConfig.so)
by copying the already installed libGridConfig.so using install(CODE ...)
instead of install(FILES ...). This ensures the build directory
RUNPATH is correctly stripped, matching other installed plugins.
Fixes#627
Signed-off-by: shashank1300 <shashankrao1307@gmail.com>
Co-authored-by: Addisu Z. Taddese <addisu@openrobotics.org>
# Also install Grid3D (a legacy plugin with a subset of features) by copying the installed GridConfig library. This ensures the correct RUNPATH is used.
0 commit comments