netgen
netgen copied to clipboard
Fix netgen executable and library RUNPATHs
netgen defaults to the CMAKE_INSTALL_RPATH, which includes "$ORIGIN", i.e. the BINDIR, but it should only point to the library directories.
The libraries are all located in the same directory, so just use "$ORIGIN" for these.
Ping @mhochsteger
Ping @mhochsteger