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

Function cmFindProgram

Source/cmFindProgramCommand.cxx:358–362  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

356}
357
358bool cmFindProgram(std::vector<std::string> const& args,
359 cmExecutionStatus& status)
360{
361 return cmFindProgramCommand(status).InitialPass(args);
362}

Callers

nothing calls this directly

Calls 2

InitialPassMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…