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

Method ReportError

Source/cmExportFileGenerator.h:127–130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

125 std::string const& message) const = 0;
126
127 void ReportError(std::string const& errorMessage) const
128 {
129 this->IssueMessage(MessageType::FATAL_ERROR, errorMessage);
130 }
131
132 struct ExportInfo
133 {

Callers 1

Calls 1

IssueMessageMethod · 0.45

Tested by

no test coverage detected