mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-01 13:37:55 +08:00
Remove unneeded branch
This commit is contained in:
parent
fabeefdb14
commit
a405d60fe3
@ -286,10 +286,7 @@ namespace vcpkg::Commands::Install
|
||||
switch (action.plan.plan_type)
|
||||
{
|
||||
case InstallPlanType::ALREADY_INSTALLED:
|
||||
if (std::find(specs.begin(), specs.end(), action.spec) != specs.end())
|
||||
{
|
||||
System::println(System::Color::success, "Package %s is already installed", action.spec);
|
||||
}
|
||||
System::println(System::Color::success, "Package %s is already installed", action.spec);
|
||||
break;
|
||||
case InstallPlanType::BUILD_AND_INSTALL:
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user