Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cmake(pkg-config): resolve CMAKE_INSTALL_PREFIX at install time
not at configure, else this won't work: cmake -B builddir ... cmake --build builddir ... cmake --install builddir --prefix=destdir as the populated cmake file will not know about the desired prefix
- Loading branch information