diff options
| author | Alexander Karatarakis <alkarata@microsoft.com> | 2017-08-15 19:29:03 -0700 |
|---|---|---|
| committer | Alexander Karatarakis <alkarata@microsoft.com> | 2017-08-15 19:29:03 -0700 |
| commit | 400010c667fb899d5ddf953b4081b89141717bf1 (patch) | |
| tree | 59a96b52907280387a4bc5b63731dbd2d0fc5a60 /scripts | |
| parent | b577b8843e44cff607fe1deac779bbe05501d346 (diff) | |
| download | vcpkg-400010c667fb899d5ddf953b4081b89141717bf1.tar.gz vcpkg-400010c667fb899d5ddf953b4081b89141717bf1.zip | |
fetchDependency.ps1: Don't print the Downloading message...
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/fetchDependency.ps1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/fetchDependency.ps1 b/scripts/fetchDependency.ps1 index 5eb0cc0db..01d7441c8 100644 --- a/scripts/fetchDependency.ps1 +++ b/scripts/fetchDependency.ps1 @@ -28,7 +28,7 @@ function SelectProgram([Parameter(Mandatory=$true)][string]$Dependency) return } - Write-Host "A suitable version of $Dependency was not found (required v$requiredVersion). Downloading portable $Dependency v$downloadVersion..." + # Write-Host "A suitable version of $Dependency was not found (required v$requiredVersion). Downloading portable $Dependency v$downloadVersion..." if (!(Test-Path $downloadDir)) { |
