Files
Piraty 56cae3b381 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
2025-01-27 16:34:46 +01:00
..