diff options
| author | Stanislav Ershov <digital.stream.of.mind@gmail.com> | 2017-12-23 17:26:05 +0300 |
|---|---|---|
| committer | Stanislav Ershov <digital.stream.of.mind@gmail.com> | 2017-12-23 17:26:05 +0300 |
| commit | 7cc7c28e209b6fe7b037c59c9fa83a763e337bb8 (patch) | |
| tree | 561db019a1b222b978ad158ce17055947d9ee397 /toolsrc/include | |
| parent | 2d0a76370ead152896411d17aa19934235b93d1c (diff) | |
| download | vcpkg-7cc7c28e209b6fe7b037c59c9fa83a763e337bb8.tar.gz vcpkg-7cc7c28e209b6fe7b037c59c9fa83a763e337bb8.zip | |
[vcpkg-hash] Replace certutil.exe with cmake built-in hash commands
Diffstat (limited to 'toolsrc/include')
| -rw-r--r-- | toolsrc/include/vcpkg/commands.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolsrc/include/vcpkg/commands.h b/toolsrc/include/vcpkg/commands.h index c82f504e0..31c750b38 100644 --- a/toolsrc/include/vcpkg/commands.h +++ b/toolsrc/include/vcpkg/commands.h @@ -119,7 +119,7 @@ namespace vcpkg::Commands namespace Hash { - void perform_and_exit(const VcpkgCmdArguments& args); + void perform_and_exit(const VcpkgCmdArguments& args, const VcpkgPaths& paths); } template<class T> |
