Merge topic 'vs-ifx'

eae0a053f5 VS: Default Intel Fortran projects to ifx in VS 18 and above

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !11197
This commit is contained in:
Brad King
2025-09-17 14:11:17 +00:00
committed by Kitware Robot
4 changed files with 22 additions and 5 deletions
@@ -797,6 +797,15 @@ std::string const& cmGlobalVisualStudio10Generator::
return this->GeneratorToolsetCudaVSIntegrationSubdir;
}
cm::optional<std::string>
cmGlobalVisualStudio10Generator::GetPlatformToolsetFortran() const
{
if (this->GeneratorToolsetFortran) {
return this->GeneratorToolsetFortran;
}
return this->DefaultToolsetFortran;
}
cmGlobalVisualStudio10Generator::AuxToolset
cmGlobalVisualStudio10Generator::FindAuxToolset(std::string&,
std::string&) const