diff options
| author | Alexander Karatarakis <alkarata@microsoft.com> | 2017-04-03 14:41:36 -0700 |
|---|---|---|
| committer | Alexander Karatarakis <alkarata@microsoft.com> | 2017-04-04 16:44:41 -0700 |
| commit | 830a4d97d470dad6ca4a27ef1eecce17057fa432 (patch) | |
| tree | 18da4d5de02fc71dc228d70b6877e69ff9280d39 /toolsrc/src/commands_version.cpp | |
| parent | c86dbc960e417659dd652a7448096cd71d95266e (diff) | |
| download | vcpkg-830a4d97d470dad6ca4a27ef1eecce17057fa432.tar.gz vcpkg-830a4d97d470dad6ca4a27ef1eecce17057fa432.zip | |
Rename Metrics:: function to all_lower
Diffstat (limited to 'toolsrc/src/commands_version.cpp')
| -rw-r--r-- | toolsrc/src/commands_version.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolsrc/src/commands_version.cpp b/toolsrc/src/commands_version.cpp index e834a8564..1a86d9120 100644 --- a/toolsrc/src/commands_version.cpp +++ b/toolsrc/src/commands_version.cpp @@ -19,7 +19,7 @@ namespace vcpkg::Commands::Version #ifndef NDEBUG + std::string("-debug") #endif - + std::string(Metrics::GetCompiledMetricsEnabled() ? "" : "-external"); + + std::string(Metrics::get_compiled_metrics_enabled() ? "" : "-external"); return s_version; } |
