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
[CMake] Add path to Fortran libraries to RPATH for h2root on macOS
So far, we have only solved this problem by adding the path to
`DYLD_LIBRARY_PATH` when running the test, but this is not a complete
solution, as the libraries won't be found automatically if this is not
set. That affects in particular the users that want to use `h2root` from
the install tree.
Using the RPATH mechanism is more appropriate here.
0 commit comments