mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-17 05:13:38 +08:00
- Fixed formatting.
This commit is contained in:
parent
9c2fa042ee
commit
c6d69fac62
@ -66,14 +66,14 @@ namespace vcpkg::PostBuildLint
|
||||
return ret;
|
||||
}();
|
||||
|
||||
const auto tsv = toolset_version.get();
|
||||
if (tsv && (*tsv) == "v120")
|
||||
{
|
||||
return V_NO_120;
|
||||
}
|
||||
const auto tsv = toolset_version.get();
|
||||
if (tsv && (*tsv) == "v120")
|
||||
{
|
||||
return V_NO_120;
|
||||
}
|
||||
|
||||
// Default case for all version >= VS 2015.
|
||||
return V_NO_MSVCRT;
|
||||
// Default case for all version >= VS 2015.
|
||||
return V_NO_MSVCRT;
|
||||
}
|
||||
|
||||
static LintStatus check_for_files_in_include_directory(const Files::Filesystem& fs,
|
||||
|
@ -448,7 +448,7 @@ namespace vcpkg
|
||||
vs_dumpbin_exe,
|
||||
vcvarsall_bat,
|
||||
{},
|
||||
major_version == "14" ? V_140 : V_120,
|
||||
major_version == "14" ? V_140 : V_120,
|
||||
supported_architectures});
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user