diff options
| author | martin-s <webmaster@macside.net> | 2017-09-02 16:48:29 +0200 |
|---|---|---|
| committer | martin-s <webmaster@macside.net> | 2017-09-02 16:48:29 +0200 |
| commit | c167c70c272a417779e601fffcbdb72278da1848 (patch) | |
| tree | 2ec6baf82c7194e97f6960bccde5b79cf1ed3edf /toolsrc/include | |
| parent | 35a9d223bc14fb4b35d6ad876d208897c8ce590a (diff) | |
| download | vcpkg-c167c70c272a417779e601fffcbdb72278da1848.tar.gz vcpkg-c167c70c272a417779e601fffcbdb72278da1848.zip | |
- Added support for VS2013 build chain tools.
Diffstat (limited to 'toolsrc/include')
| -rw-r--r-- | toolsrc/include/VcpkgPaths.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolsrc/include/VcpkgPaths.h b/toolsrc/include/VcpkgPaths.h index d55c95fe1..9b650bb6d 100644 --- a/toolsrc/include/VcpkgPaths.h +++ b/toolsrc/include/VcpkgPaths.h @@ -60,7 +60,7 @@ namespace vcpkg /// <summary>Retrieve a toolset matching a VS version</summary> /// <remarks> - /// Valid version strings are "v140", "v141", and "". Empty string gets the latest. + /// Valid version strings are "v120", "v140", "v141", and "". Empty string gets the latest. /// </remarks> const Toolset& get_toolset(const std::string& toolset_version) const; |
