[Windows] Add VCPKG_ROOT variable (#6192)

This commit is contained in:
Erik Bershel
2022-09-08 17:29:02 +02:00
committed by GitHub
parent 27d6979ea5
commit a4b9a51304
3 changed files with 13 additions and 4 deletions

View File

@@ -347,6 +347,10 @@ function Build-PackageManagementEnvironmentTable {
@{
"Name" = "VCPKG_INSTALLATION_ROOT"
"Value" = $env:VCPKG_INSTALLATION_ROOT
},
@{
"Name" = "VCPKG_ROOT"
"Value" = $env:VCPKG_ROOT
}
)
if (Test-IsWin19) {