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