Skip to content

Commit

Permalink
[vcpkg_install_msbuild] Hotfix regression in #16173 (#16199)
Browse files Browse the repository at this point in the history
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
  • Loading branch information
ras0219 and ras0219-msft authored Feb 13, 2021
1 parent 1eb49ea commit f79c681
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/cmake/vcpkg_install_msbuild.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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
)
Expand Down

0 comments on commit f79c681

Please sign in to comment.