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

Method DebugMessage

Source/cmFindCommon.cxx:99–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97}
98
99void cmFindCommon::DebugMessage(std::string const& msg) const
100{
101 if (this->Makefile) {
102 this->Makefile->IssueMessage(MessageType::LOG, msg);
103 }
104}
105
106bool cmFindCommon::ComputeIfDebugModeWanted()
107{

Callers 5

FindPackageMethod · 0.80
WriteDebugMethod · 0.80
AddArchitecturePathsMethod · 0.80
AddArchitecturePathMethod · 0.80

Calls 1

IssueMessageMethod · 0.45

Tested by

no test coverage detected