mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-30 20:59:12 +08:00
Fix #1963 (permissive- issue)
This commit is contained in:
parent
5d1c5aacf2
commit
3efcc3d377
@ -67,7 +67,7 @@ namespace vcpkg
|
|||||||
/// <remarks>
|
/// <remarks>
|
||||||
/// Valid version strings are "v140", "v141", and "". Empty string gets the latest.
|
/// Valid version strings are "v140", "v141", and "". Empty string gets the latest.
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
const Toolset& VcpkgPaths::get_toolset(const Optional<std::string>& toolset_version,
|
const Toolset& get_toolset(const Optional<std::string>& toolset_version,
|
||||||
const Optional<fs::path>& visual_studio_path) const;
|
const Optional<fs::path>& visual_studio_path) const;
|
||||||
|
|
||||||
Files::Filesystem& get_filesystem() const;
|
Files::Filesystem& get_filesystem() const;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user