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

Method ErrorExit

Tests/CMakeLib/run_compile_commands.cxx:124–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122 }
123
124 void ErrorExit(std::string const& message)
125 {
126 std::cout << "ERROR: " << message;
127 exit(1);
128 }
129
130 bool IsWhitespace() const
131 {

Callers 2

ExpectOrDieMethod · 0.95
NextMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected