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

Method IssueMessage

Source/cmMakefile.cxx:215–224  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

213}
214
215void cmMakefile::IssueMessage(MessageType t, std::string const& text) const
216{
217 if (!this->ExecutionStatusStack.empty()) {
218 if ((t == MessageType::FATAL_ERROR) ||
219 (t == MessageType::INTERNAL_ERROR)) {
220 this->ExecutionStatusStack.back()->SetNestedError();
221 }
222 }
223 this->GetCMakeInstance()->IssueMessage(t, text, this->Backtrace);
224}
225
226Message::LogLevel cmMakefile::GetCurrentLogLevel() const
227{

Callers 15

MaybeWarnCMP0074Method · 0.95
MaybeWarnCMP0144Method · 0.95
ExecuteCommandMethod · 0.95
ValidateCustomCommandMethod · 0.95
ConfigureSubDirectoryMethod · 0.95
AddSubDirectoryMethod · 0.95
AddCacheDefinitionMethod · 0.95
EnableLanguageMethod · 0.95
TryCompileMethod · 0.95

Calls 4

GetCMakeInstanceMethod · 0.95
SetNestedErrorMethod · 0.80
emptyMethod · 0.45
backMethod · 0.45

Tested by

no test coverage detected