aboutsummaryrefslogtreecommitdiff
path: root/scripts/bootstrap.ps1
diff options
context:
space:
mode:
authorRobert Schumacher <roschuma@microsoft.com>2017-11-30 22:20:06 -0800
committerRobert Schumacher <roschuma@microsoft.com>2017-11-30 22:20:06 -0800
commitc8c332c8935e0141f4fcb074b511e77e649f0bd9 (patch)
treeb05e1751c0f3eb74425a95b4d4629edf80fd4ec8 /scripts/bootstrap.ps1
parent03ff483446cc1772415cc1bf2104a9fe99dd5a18 (diff)
parentf174d5561af49cccbfb4d9618be123cf7ee971d6 (diff)
downloadvcpkg-c8c332c8935e0141f4fcb074b511e77e649f0bd9.tar.gz
vcpkg-c8c332c8935e0141f4fcb074b511e77e649f0bd9.zip
Merge branch 'master' of https://github.com/Microsoft/vcpkg
Diffstat (limited to 'scripts/bootstrap.ps1')
-rw-r--r--scripts/bootstrap.ps12
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/bootstrap.ps1 b/scripts/bootstrap.ps1
index ca7b1a0ce..3f40a2ead 100644
--- a/scripts/bootstrap.ps1
+++ b/scripts/bootstrap.ps1
@@ -46,7 +46,7 @@ try
& $msbuildExe "/p:VCPKG_VERSION=-$gitHash" "/p:DISABLE_METRICS=$disableMetrics" /p:Configuration=Release /p:Platform=x86 /p:PlatformToolset=$platformToolset /p:TargetPlatformVersion=$windowsSDK /m dirs.proj
if ($LASTEXITCODE -ne 0)
{
- Write-Error "Building vcpkg.exe failed. Please ensure you have installed the Desktop C++ workload and the Windows SDK for Desktop C++."
+ Write-Error "Building vcpkg.exe failed. Please ensure you have installed Visual Studio with the Desktop C++ workload and the Windows SDK for Desktop C++."
return
}