protocolbuffers/protobufPublic Notifications Fork14.4k Star56.3k Browse files 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`...