Skip to content
  • Jerome Dias's avatar
    [fix] Add a script to reset boost RPATH in OSX. · 3deb0927
    Jerome Dias authored
    On OSX, boost libs are missing when we try to launch lidarview app or tests.
    Even if all the needed cmake flags are used for lidarview to managed
    dependencies with RPATH, it remains an issue where RPATH are not used
    to find boost libs. This script has been created to force lidarview to
    search all boost dependencies along RPATH. (See related issue
    here cmake/cmake#19315).
    3deb0927