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

Method GetPlatformToolset

Source/cmGlobalVisualStudio10Generator.cxx:719–726  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

717}
718
719char 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
728std::string const& cmGlobalVisualStudio10Generator::GetPlatformToolsetString()
729 const

Calls 2

c_strMethod · 0.80
emptyMethod · 0.45

Tested by

no test coverage detected