diff options
| author | Alexander Karatarakis <alex@karatarakis.com> | 2018-01-02 23:23:41 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-01-02 23:23:41 +0200 |
| commit | e48a655df06de42e385c6545cc2a159a95f43c02 (patch) | |
| tree | 42ab302a2010d7035faba0e969c5aa17d09d3218 /toolsrc/include | |
| parent | 9dbe454385cb78ea98a205eefd2c578414e3cefd (diff) | |
| parent | 7cc7c28e209b6fe7b037c59c9fa83a763e337bb8 (diff) | |
| download | vcpkg-e48a655df06de42e385c6545cc2a159a95f43c02.tar.gz vcpkg-e48a655df06de42e385c6545cc2a159a95f43c02.zip | |
Merge pull request #2431 from procxx/certutil_replace
[vcpkg-hash] Use cmake built-in hash commands instead of certutil.exe call
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> |
