mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-15 02:57:56 +08:00
[vcpkg] Ignore dependencies not found errors when downloading mode (#12323)
This commit is contained in:
parent
eedecc033d
commit
0c95d75d08
@ -954,7 +954,7 @@ namespace vcpkg::Build
|
||||
}
|
||||
}
|
||||
|
||||
if (!missing_fspecs.empty())
|
||||
if (!missing_fspecs.empty() && !Util::Enum::to_bool(action.build_options.only_downloads))
|
||||
{
|
||||
return {BuildResult::CASCADED_DUE_TO_MISSING_DEPENDENCIES, std::move(missing_fspecs)};
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user