"deployment/vscode:/vscode.git/clone" did not exist on "d628942b6656176d4d6b3c16405e4f640d62cf29"
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