diff options
| author | Alexander Karatarakis <alkarata@microsoft.com> | 2017-04-03 16:31:00 -0700 |
|---|---|---|
| committer | Alexander Karatarakis <alkarata@microsoft.com> | 2017-04-04 16:47:00 -0700 |
| commit | e401799aca7ed685f195157c37849a5b09fffca2 (patch) | |
| tree | 9f805b9016e5f85992758bf080c6df0574530fe5 /toolsrc/src/commands_build.cpp | |
| parent | 898edccbdcec9345c549945187195b75a9f49212 (diff) | |
| download | vcpkg-e401799aca7ed685f195157c37849a5b09fffca2.tar.gz vcpkg-e401799aca7ed685f195157c37849a5b09fffca2.zip | |
color -> Color
Diffstat (limited to 'toolsrc/src/commands_build.cpp')
| -rw-r--r-- | toolsrc/src/commands_build.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/toolsrc/src/commands_build.cpp b/toolsrc/src/commands_build.cpp index 6df081442..026e8da34 100644 --- a/toolsrc/src/commands_build.cpp +++ b/toolsrc/src/commands_build.cpp @@ -153,7 +153,7 @@ namespace vcpkg::Commands::Build unmet_dependencies.end()); Checks::check_exit(VCPKG_LINE_INFO, !unmet_dependencies.empty()); - System::println(System::color::error, "The build command requires all dependencies to be already installed."); + System::println(System::Color::error, "The build command requires all dependencies to be already installed."); System::println("The following dependencies are missing:"); System::println(""); for (const PackageSpecWithInstallPlan& p : unmet_dependencies) @@ -166,7 +166,7 @@ namespace vcpkg::Commands::Build if (result != BuildResult::SUCCEEDED) { - System::println(System::color::error, Build::create_error_message(result, spec)); + System::println(System::Color::error, Build::create_error_message(result, spec)); System::println(Build::create_user_troubleshooting_message(spec)); Checks::exit_fail(VCPKG_LINE_INFO); } |
