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

Method LogCommandError

Source/cmQtAutoMocUic.cxx:794–800  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

792}
793
794void cmQtAutoMocUicT::JobT::LogCommandError(
795 GenT genType, cm::string_view message,
796 std::vector<std::string> const& command, std::string const& output) const
797{
798 this->Gen()->AbortError();
799 this->Gen()->Log().ErrorCommand(genType, message, command, output);
800}
801
802/*
803 * Check if command line exceeds maximum length supported by OS

Callers 1

ProcessMethod · 0.80

Calls 4

GenMethod · 0.95
AbortErrorMethod · 0.80
ErrorCommandMethod · 0.80
LogMethod · 0.45

Tested by

no test coverage detected