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.
@alizalisan I can reproduce, trying to find a fix. We can also decide to not fix this, as we do support setting up through PERFFLOWASPECT_DIR (as shown in examples).
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 settingCMAKE_BUILD_WITH_INSTALL_RPATH
to TRUE here. Needs to be tested.PerfFlowAspect/src/c/CMakeLists.txt
Line 31 in 7cc3577
The text was updated successfully, but these errors were encountered: