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

Method IssueMessage

Source/cmLocalGenerator.cxx:239–243  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

237cmLocalGenerator::~cmLocalGenerator() = default;
238
239void cmLocalGenerator::IssueMessage(MessageType t,
240 std::string const& text) const
241{
242 this->GetCMakeInstance()->IssueMessage(t, text, this->DirectoryBacktrace);
243}
244
245void cmLocalGenerator::ComputeObjectMaxPath()
246{

Callers 15

cmLocalGeneratorMethod · 0.95
ComputeObjectMaxPathMethod · 0.95
GenerateInstallRulesMethod · 0.95
AddCompileOptionsMethod · 0.95
GetTargetCompileFlagsMethod · 0.95
AddLanguageFlagsMethod · 0.95
AddPchDependenciesMethod · 0.95
AddUnityBuildMethod · 0.95
AppendLinkerTypeFlagsMethod · 0.95
AppendFlagsMethod · 0.45

Calls 1

GetCMakeInstanceMethod · 0.95

Tested by

no test coverage detected