mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-18 13:13:34 +08:00
[fetchDependendy.ps1] Remove obsolete comment
This commit is contained in:
parent
98b2654c77
commit
9dc02f48b6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user