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

Function cmBuildCommand

Source/cmBuildCommand.cxx:128–137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

126} // namespace
127
128bool cmBuildCommand(std::vector<std::string> const& args,
129 cmExecutionStatus& status)
130{
131 // Support the legacy signature of the command:
132 if (args.size() == 2) {
133 return TwoArgsSignature(args, status);
134 }
135
136 return MainSignature(args, status);
137}

Callers

nothing calls this directly

Calls 3

TwoArgsSignatureFunction · 0.85
MainSignatureFunction · 0.85
sizeMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…