aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorAlexander Karatarakis <alkarata@microsoft.com>2017-11-03 16:35:15 -0700
committerAlexander Karatarakis <alkarata@microsoft.com>2017-11-03 16:35:15 -0700
commit9dc02f48b65618ab7f89c5a004a3d81fc882af32 (patch)
treea5c97ffb83bb9bae4cab8638abef25e7e25685ec /scripts
parent98b2654c77149099cc84cb710fe0608060bdc4a3 (diff)
downloadvcpkg-9dc02f48b65618ab7f89c5a004a3d81fc882af32.tar.gz
vcpkg-9dc02f48b65618ab7f89c5a004a3d81fc882af32.zip
[fetchDependendy.ps1] Remove obsolete comment
Diffstat (limited to 'scripts')
-rw-r--r--scripts/fetchDependency.ps13
1 files changed, 0 insertions, 3 deletions
diff --git a/scripts/fetchDependency.ps1 b/scripts/fetchDependency.ps1
index 9d3f76386..6788b5e7e 100644
--- a/scripts/fetchDependency.ps1
+++ b/scripts/fetchDependency.ps1
@@ -57,9 +57,6 @@ function SelectProgram([Parameter(Mandatory=$true)][string]$Dependency)
return
}
- # Can't print because vcpkg captures the output and expects only the path that is returned at the end of this script file
- # Write-Host "A suitable version of $Dependency was not found (required v$requiredVersion). Downloading portable $Dependency v$downloadVersion..."
-
if (!(Test-Path $downloadDir))
{
New-Item -ItemType directory -Path $downloadDir | Out-Null