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

Method SetError

Source/cmTargetPropCommandBase.cxx:18–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16}
17
18void cmTargetPropCommandBase::SetError(std::string const& e)
19{
20 this->Status.SetError(e);
21}
22
23bool cmTargetPropCommandBase::HandleArguments(
24 std::vector<std::string> const& args, std::string const& prop,

Callers 2

HandleArgumentsMethod · 0.95
ProcessContentArgsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected