Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix pkgconfig prefix with absolute CMAKE_INSTALL_LIBDIR (#3076)
#2879 introduced an assumption that CMAKE_INSTALL_LIBDIR is relative, by concatenating it with CMAKE_INSTALL_PREFIX. Instead, this path should be formed using CMAKE_INSTALL_FULL_LIBDIR.
- Loading branch information