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

Method LogMessage

Source/cmFastbuildTargetGenerator.cxx:81–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79}
80
81void cmFastbuildTargetGenerator::LogMessage(std::string const& m) const
82{
83 this->GetGlobalGenerator()->LogMessage(m);
84}
85
86std::string cmFastbuildTargetGenerator::GetUtilityAliasFromBuildStep(
87 FastbuildBuildStep step) const

Callers

nothing calls this directly

Calls 1

GetGlobalGeneratorMethod · 0.95

Tested by

no test coverage detected