aboutsummaryrefslogtreecommitdiff
path: root/scripts/bootstrap.ps1
diff options
context:
space:
mode:
authorPhoebe <20694052+PhoebeHui@users.noreply.github.com>2020-07-02 07:58:04 +0800
committerGitHub <noreply@github.com>2020-07-01 16:58:04 -0700
commitbd2dbb2ce50ecb31ea8206ede7975041cd6d75eb (patch)
tree733423bc971c8010f811792b6305753b6aef8700 /scripts/bootstrap.ps1
parent5a9d8011f5c3a954b74d66dc452074e95c90d7db (diff)
downloadvcpkg-bd2dbb2ce50ecb31ea8206ede7975041cd6d75eb.tar.gz
vcpkg-bd2dbb2ce50ecb31ea8206ede7975041cd6d75eb.zip
[vcpkg] Update message in bootstrap.ps1 (#12145)
* [vcpkg] Update message in bootstrap.ps1 * Update docs/users/integration.md
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 fdbdf65ac..c062e58da 100644
--- a/scripts/bootstrap.ps1
+++ b/scripts/bootstrap.ps1
@@ -140,7 +140,7 @@ function findAnyMSBuildWithCppPlatformToolset([string]$withVSPath)
$VisualStudioInstances = getVisualStudioInstances
if ($null -eq $VisualStudioInstances)
{
- throw "Could not find Visual Studio. VS2015 or VS2017 (with C++) needs to be installed."
+ throw "Could not find Visual Studio. VS2015, VS2017, or VS2019 (with C++) needs to be installed."
}
Write-Verbose "VS Candidates:`n`r$([system.String]::Join([Environment]::NewLine, $VisualStudioInstances))"