aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorAlexander Karatarakis <alkarata@microsoft.com>2017-08-15 19:29:03 -0700
committerAlexander Karatarakis <alkarata@microsoft.com>2017-08-15 19:29:03 -0700
commit400010c667fb899d5ddf953b4081b89141717bf1 (patch)
tree59a96b52907280387a4bc5b63731dbd2d0fc5a60 /scripts
parentb577b8843e44cff607fe1deac779bbe05501d346 (diff)
downloadvcpkg-400010c667fb899d5ddf953b4081b89141717bf1.tar.gz
vcpkg-400010c667fb899d5ddf953b4081b89141717bf1.zip
fetchDependency.ps1: Don't print the Downloading message...
Diffstat (limited to 'scripts')
-rw-r--r--scripts/fetchDependency.ps12
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))
{