Commit c154c9c
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>1 parent 599705d commit c154c9c
1 file changed
+11
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
0 commit comments