From f79c681fc2b42f9c7c5024459b5a867d56ac6123 Mon Sep 17 00:00:00 2001 From: ras0219 <533828+ras0219@users.noreply.github.com> Date: Fri, 12 Feb 2021 23:42:22 -0800 Subject: [vcpkg_install_msbuild] Hotfix regression in #16173 (#16199) Co-authored-by: Robert Schumacher --- scripts/cmake/vcpkg_install_msbuild.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') 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 ) -- cgit v1.2.3