aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorras0219 <533828+ras0219@users.noreply.github.com>2021-02-12 23:42:22 -0800
committerGitHub <noreply@github.com>2021-02-12 23:42:22 -0800
commitf79c681fc2b42f9c7c5024459b5a867d56ac6123 (patch)
treeaa284fa3d1fc31084f93f370e1b5d99c18681a20 /scripts
parent1eb49ea2ecba44278cdcba55f60690b90c4af242 (diff)
downloadvcpkg-f79c681fc2b42f9c7c5024459b5a867d56ac6123.tar.gz
vcpkg-f79c681fc2b42f9c7c5024459b5a867d56ac6123.zip
[vcpkg_install_msbuild] Hotfix regression in #16173 (#16199)
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
Diffstat (limited to 'scripts')
-rw-r--r--scripts/cmake/vcpkg_install_msbuild.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/cmake/vcpkg_install_msbuild.cmake b/scripts/cmake/vcpkg_install_msbuild.cmake
index cdef344dd..ec3a713a5 100644
--- a/scripts/cmake/vcpkg_install_msbuild.cmake
+++ b/scripts/cmake/vcpkg_install_msbuild.cmake
@@ -140,7 +140,7 @@ function(vcpkg_install_msbuild)
/p:UseIntelMKL=No
/p:WindowsTargetPlatformVersion=${_csc_TARGET_PLATFORM_VERSION}
/p:VcpkgTriplet=${TARGET_TRIPLET}
- "/p:VcpkgCurrentInstalledDir=${CURRENT_INSTALLED_DIR}"
+ "/p:VcpkgInstalledDir=${_VCPKG_INSTALLED_DIR}"
/p:VcpkgManifestInstall=false
/m
)