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

Function FatalError

Source/cmCMakeLanguageCommand.cxx:33–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31namespace {
32
33bool FatalError(cmExecutionStatus& status, std::string const& error)
34{
35 status.SetError(error);
36 cmSystemTools::SetFatalErrorOccurred();
37 return false;
38}
39
40std::array<cm::static_string_view, 14> InvalidCommands{
41 { // clang-format off

Calls 1

SetErrorMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…