mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-06-07 18:30:11 +08:00
Add explanation for not printing in fetchDependency.ps1
This commit is contained in:
parent
8ee84e50e0
commit
bd7cd7f56d
@ -28,6 +28,7 @@ function SelectProgram([Parameter(Mandatory=$true)][string]$Dependency)
|
|||||||
return
|
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..."
|
# Write-Host "A suitable version of $Dependency was not found (required v$requiredVersion). Downloading portable $Dependency v$downloadVersion..."
|
||||||
|
|
||||||
if (!(Test-Path $downloadDir))
|
if (!(Test-Path $downloadDir))
|
||||||
|
Loading…
Reference in New Issue
Block a user