diff options
| author | Alexander Karatarakis <alkarata@microsoft.com> | 2017-09-14 04:04:15 -0700 |
|---|---|---|
| committer | Alexander Karatarakis <alkarata@microsoft.com> | 2017-09-14 04:08:02 -0700 |
| commit | 2d6029e41c68fd44b22f8cef1b13fbaa44c8fad9 (patch) | |
| tree | bee6b86815c26a52dbf83844991da4f4a006ebc0 /toolsrc/include | |
| parent | 263466642face5485d50bccb60b45e774fe31fd9 (diff) | |
| download | vcpkg-2d6029e41c68fd44b22f8cef1b13fbaa44c8fad9.tar.gz vcpkg-2d6029e41c68fd44b22f8cef1b13fbaa44c8fad9.zip | |
Introduce Version::warn_if_vcpkg_version_mismatch()
Diffstat (limited to 'toolsrc/include')
| -rw-r--r-- | toolsrc/include/vcpkg_Commands.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/toolsrc/include/vcpkg_Commands.h b/toolsrc/include/vcpkg_Commands.h index 070a8ec49..590f0208c 100644 --- a/toolsrc/include/vcpkg_Commands.h +++ b/toolsrc/include/vcpkg_Commands.h @@ -210,6 +210,7 @@ namespace vcpkg::Commands namespace Version { const std::string& version(); + void warn_if_vcpkg_version_mismatch(const VcpkgPaths& paths); void perform_and_exit(const VcpkgCmdArguments& args); } |
