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

Method Error

Source/cmSystemTools.cxx:467–472  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

465}
466
467void cmSystemTools::Error(std::string const& m)
468{
469 std::string message = "CMake Error: " + m;
470 cmSystemTools::s_ErrorOccurred = true;
471 cmSystemTools::Message(message, "Error");
472}
473
474void cmSystemTools::SetInterruptCallback(InterruptCallback f)
475{

Callers 14

LogErrorMethod · 0.45
SettingsFileWriteMethod · 0.45
ParseCacheWriteMethod · 0.45
CreateDirectoriesMethod · 0.45
SettingsFileReadMethod · 0.45
SettingsFileWriteMethod · 0.45
TestQrcRccFilesMethod · 0.45
TestResourcesMethod · 0.45
TestInfoFileMethod · 0.45
GenerateRccMethod · 0.45
GenerateWrapperMethod · 0.45
cmDependsJava_yyerrorFunction · 0.45

Calls 1

MessageClass · 0.85

Tested by 3

TestQrcRccFilesMethod · 0.36
TestResourcesMethod · 0.36
TestInfoFileMethod · 0.36