Skip to content

Commit

Permalink
[vcpkg_install_msbuild] Hotfix regression in microsoft#16173
Browse files Browse the repository at this point in the history
  • Loading branch information
ras0219-msft committed Feb 13, 2021
1 parent 1eb49ea commit ed72105
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 ed72105

Please sign in to comment.