mirror of https://github.com/AlexeyAB/darknet.git
Do not use vcpkg if not found (#5632)
Fixes #5571 I think I forgot one line :)
This commit is contained in:
parent
0d764e4ffb
commit
f93a73d140
|
@ -83,6 +83,7 @@ elseif ((Test-Path "${env:WORKSPACE}\vcpkg") -and $use_vcpkg) {
|
|||
Write-Host "Found vcpkg in WORKSPACE\vcpkg: $vcpkg_path"
|
||||
}
|
||||
else {
|
||||
$use_vcpkg=$false
|
||||
Write-Host "Skipping vcpkg-enabled builds because the VCPKG_ROOT environment variable is not defined or you requested to avoid VCPKG, using self-distributed libs`n" -ForegroundColor Yellow
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue