|
@@ -504,6 +504,9 @@ cmGlobalVisualStudioVersionedGenerator::FindAuxToolset(
|
|
|
if (version == "14.28.16.9" && vcToolsetVersion == "14.28.29910") {
|
|
if (version == "14.28.16.9" && vcToolsetVersion == "14.28.29910") {
|
|
|
return AuxToolset::Default;
|
|
return AuxToolset::Default;
|
|
|
}
|
|
}
|
|
|
|
|
+ if (version == "14.29.16.10" && vcToolsetVersion == "14.29.30037") {
|
|
|
|
|
+ return AuxToolset::Default;
|
|
|
|
|
+ }
|
|
|
|
|
|
|
|
// The first two components of the default toolset version typically
|
|
// The first two components of the default toolset version typically
|
|
|
// match the name used by later VS versions for the SxS props files.
|
|
// match the name used by later VS versions for the SxS props files.
|