scopehal-apps
scopehal-apps copied to clipboard
Darwin RPATH handling per CMake docs
Fix MacOS RPATH handling per CMake documentation at https://gitlab.kitware.com/cmake/community/-/wikis/doc/cmake/RPATH-handling
Without this fix, make install will produce a binary that can't be run due to missing RPATH locations.
Further work may be needed in this area to address #825
Closing as no longer needed