GobySoft / dccl

Dynamic Compact Control Language
Other
17 stars 13 forks source link

RPATH not being stripped from installed binaries #63

Closed russkel closed 4 years ago

russkel commented 4 years ago

My package manager errors when I try to package binaries that have embedded rpaths (that are artefacts from a build). I believe I have traced the issue to this: https://github.com/GobySoft/dccl/blob/3.0/CMakeLists.txt#L148

Where a file copy method of install is used instead of the TARGETS type install (https://gitlab.kitware.com/cmake/community/wikis/doc/cmake/RPATH-handling#caveats).