• Carlos O'Ryan's avatar
    Fix RPATH when CMAKE_INSTALL_LIBDIR != lib. · b10d490e
    Carlos O'Ryan authored
    In some platforms ${CMAKE_INSTALL_LIBDIR} expands to `lib64`. The libraries
    are correctly installed in that directory, but the RPATH is set to point to
    `$ORIGIN/../lib`, where it should be `$ORIGIN/../lib64`.
    b10d490e
install.cmake 5.59 KB