MCPcopy Create free account
hub / github.com/Kitware/CMake / GetPlatformToolsetFortran

Method GetPlatformToolsetFortran

Source/cmGlobalVisualStudio10Generator.cxx:819–826  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

817}
818
819cm::optional<std::string>
820cmGlobalVisualStudio10Generator::GetPlatformToolsetFortran() const
821{
822 if (this->GeneratorToolsetFortran) {
823 return this->GeneratorToolsetFortran;
824 }
825 return this->DefaultToolsetFortran;
826}
827
828cmGlobalVisualStudio10Generator::AuxToolset
829cmGlobalVisualStudio10Generator::FindAuxToolset(std::string&,

Callers 2

SetGeneratorToolsetMethod · 0.95
WriteConfigurationMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected