Skip to content
  • Ben Boeckel's avatar
    paraview: don't use @rpath/ in the build tree either · 1682e0af
    Ben Boeckel authored
    This doesn't work because when CMake goes to rewrite library references
    upon installation, it detects common prefixes and rewrites them all.
    However, with plugins having their modules beside them and main
    libraries being elsewhere, all `@rpath/` prefixes get rewritten to the
    same install name directory even though there could be different
    LC_RPATH entries affecting each entry. To fix this until we move to
    @loader_path and @executable_path everywhere, instead just avoid @rpath
    completely for ParaView's build.
    1682e0af