diff options
| author | Alexander Karatarakis <alkarata@microsoft.com> | 2017-11-03 16:35:15 -0700 |
|---|---|---|
| committer | Alexander Karatarakis <alkarata@microsoft.com> | 2017-11-03 16:35:15 -0700 |
| commit | 9dc02f48b65618ab7f89c5a004a3d81fc882af32 (patch) | |
| tree | a5c97ffb83bb9bae4cab8638abef25e7e25685ec /scripts | |
| parent | 98b2654c77149099cc84cb710fe0608060bdc4a3 (diff) | |
| download | vcpkg-9dc02f48b65618ab7f89c5a004a3d81fc882af32.tar.gz vcpkg-9dc02f48b65618ab7f89c5a004a3d81fc882af32.zip | |
[fetchDependendy.ps1] Remove obsolete comment
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/fetchDependency.ps1 | 3 |
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 |
