"cacheflow/vscode:/vscode.git/clone" did not exist on "aa78aeaa0f4fee0ccb0184914266d6170cfc848f"
Fix .pc paths for absolute GNUInstallDirs (#1058)
GNUInstallDirs provided may be absolute paths, in which case appending to the install prefix is not correct. We can instead use the provided CMAKE_INSTALL_FULL_* variables, which are precomputed absolute paths. https://cmake.org/cmake/help/latest/module/GNUInstallDirs.html
Showing
Please register or sign in to comment