diff options
| author | Alexander Karatarakis <alkarata@microsoft.com> | 2017-04-19 13:49:51 -0700 |
|---|---|---|
| committer | Alexander Karatarakis <alkarata@microsoft.com> | 2017-04-20 14:10:57 -0700 |
| commit | 2cccd03966969a376f60e6b8658e1db60a2c2a6f (patch) | |
| tree | 8018b318b412ea8779d4ba60001a900a6964f182 /toolsrc/include | |
| parent | d0a1206050d2aa42981244d8dbc744bb1093db34 (diff) | |
| download | vcpkg-2cccd03966969a376f60e6b8658e1db60a2c2a6f.tar.gz vcpkg-2cccd03966969a376f60e6b8658e1db60a2c2a6f.zip | |
Simplify InstallDirs class. No longer touches disk
Diffstat (limited to 'toolsrc/include')
| -rw-r--r-- | toolsrc/include/vcpkg_Commands.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/toolsrc/include/vcpkg_Commands.h b/toolsrc/include/vcpkg_Commands.h index ef6020e1a..40c15688e 100644 --- a/toolsrc/include/vcpkg_Commands.h +++ b/toolsrc/include/vcpkg_Commands.h @@ -45,8 +45,7 @@ namespace vcpkg::Commands { struct InstallationDirs { - static InstallationDirs initiliaze(Files::Filesystem& fs, - const fs::path& source_dir, + static InstallationDirs initiliaze(const fs::path& source_dir, const fs::path& destination_root, const std::string& destination_subdirectory, const fs::path& listfile); |
