Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
PopulateInterfaceProperties
Method · 0.95
Calls
1
IssueMessage
Method · 0.45
Tested by
no test coverage detected