I think this can be fixed by setting INSTALL_RPATH
to something relative to $ORIGIN
when you build your project, e.g. $ORIGIN/../vtkmodules
. I’m foggy on the details because I haven’t worked with rpath-related settings recently.
I think this can be fixed by setting INSTALL_RPATH
to something relative to $ORIGIN
when you build your project, e.g. $ORIGIN/../vtkmodules
. I’m foggy on the details because I haven’t worked with rpath-related settings recently.