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

Method IssueMessage

Source/cmExportInstallFileGenerator.cxx:338–344  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

336}
337
338void cmExportInstallFileGenerator::IssueMessage(
339 MessageType type, std::string const& message) const
340{
341 this->IEGen->GetLocalGenerator()->GetCMakeInstance()->IssueMessage(
342 type, message,
343 this->IEGen->GetLocalGenerator()->GetMakefile()->GetBacktrace());
344}
345
346std::string cmExportInstallFileGenerator::InstallNameDir(
347 cmGeneratorTarget const* target, std::string const& config)

Callers 2

CheckInterfaceDirsMethod · 0.45

Calls 4

GetCMakeInstanceMethod · 0.45
GetLocalGeneratorMethod · 0.45
GetBacktraceMethod · 0.45
GetMakefileMethod · 0.45

Tested by

no test coverage detected