mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-07 22:59:56 -05:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user