aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/include
diff options
context:
space:
mode:
authorAlexander Karatarakis <alkarata@microsoft.com>2018-04-05 04:29:43 -0700
committerAlexander Karatarakis <alkarata@microsoft.com>2018-04-06 17:24:46 -0700
commit870fa61e0132028f43c292b7fd7a7d7c6525a8d7 (patch)
tree2c0ef962e86a77b9d3a9ee3aa799ffcc00d2afe5 /toolsrc/include
parent7cfc53a45e53476ff93406644c82c4f15563f67b (diff)
downloadvcpkg-870fa61e0132028f43c292b7fd7a7d7c6525a8d7.tar.gz
vcpkg-870fa61e0132028f43c292b7fd7a7d7c6525a8d7.zip
[vcpkg hash] Don't use cmake for non-windows hashes. Use shasum instead
Diffstat (limited to 'toolsrc/include')
-rw-r--r--toolsrc/include/vcpkg/commands.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/toolsrc/include/vcpkg/commands.h b/toolsrc/include/vcpkg/commands.h
index f6f1de626..65e7fdd14 100644
--- a/toolsrc/include/vcpkg/commands.h
+++ b/toolsrc/include/vcpkg/commands.h
@@ -131,8 +131,8 @@ namespace vcpkg::Commands
namespace Hash
{
- void perform_and_exit(const VcpkgCmdArguments& args, const VcpkgPaths& paths);
- std::string get_file_hash(const VcpkgPaths& paths, fs::path const& path, std::string const& hash_type);
+ void perform_and_exit(const VcpkgCmdArguments& args);
+ std::string get_file_hash(fs::path const& path, std::string const& hash_type);
}
namespace Fetch