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
We need to check the CMake RPATH settings, as users are having to export LD_LIBRARY_PATH explicitly after installing. Most likely, this can be fixed by setting CMAKE_BUILD_WITH_INSTALL_RPATH to TRUE here. Needs to be tested.