mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 14:19:07 +08:00
Add missing break;
This commit is contained in:
parent
24c2955b03
commit
199887fdcd
@ -308,6 +308,7 @@ namespace vcpkg::Commands::Install
|
||||
System::println("Installing package %s... ", action.spec);
|
||||
install_package(paths, bpgh, &status_db);
|
||||
System::println(System::Color::success, "Installing package %s... done", action.spec);
|
||||
break;
|
||||
}
|
||||
case InstallPlanType::INSTALL:
|
||||
System::println("Installing package %s... ", action.spec);
|
||||
|
Loading…
Reference in New Issue
Block a user