| 717 | } |
| 718 | |
| 719 | char const* cmGlobalVisualStudio10Generator::GetPlatformToolset() const |
| 720 | { |
| 721 | std::string const& toolset = this->GetPlatformToolsetString(); |
| 722 | if (toolset.empty()) { |
| 723 | return nullptr; |
| 724 | } |
| 725 | return toolset.c_str(); |
| 726 | } |
| 727 | |
| 728 | std::string const& cmGlobalVisualStudio10Generator::GetPlatformToolsetString() |
| 729 | const |
no test coverage detected