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.
|
set(CMAKE_BUILD_WITH_INSTALL_RPATH FALSE) |
We need to check the CMake RPATH settings, as users are having to export
LD_LIBRARY_PATHexplicitly after installing. Most likely, this can be fixed by settingCMAKE_BUILD_WITH_INSTALL_RPATHto TRUE here. Needs to be tested.PerfFlowAspect/src/c/CMakeLists.txt
Line 31 in 7cc3577