mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-29 10:31:03 -06:00
Merge topic 'vs-toolset-version'
25c5ebba7e VS: Add special case for '-T version=14.29.16.11' under VS 16.11
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !6469
This commit is contained in:
@@ -618,6 +618,9 @@ cmGlobalVisualStudioVersionedGenerator::FindAuxToolset(
|
||||
if (version == "14.29.16.10" && vcToolsetVersion == "14.29.30037") {
|
||||
return AuxToolset::Default;
|
||||
}
|
||||
if (version == "14.29.16.11" && vcToolsetVersion == "14.29.30133") {
|
||||
return AuxToolset::Default;
|
||||
}
|
||||
|
||||
// The first two components of the default toolset version typically
|
||||
// match the name used by later VS versions for the SxS props files.
|
||||
|
||||
Reference in New Issue
Block a user