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

Function cmFindPath

Source/cmFindPathCommand.cxx:169–173  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

167}
168
169bool cmFindPath(std::vector<std::string> const& args,
170 cmExecutionStatus& status)
171{
172 return cmFindPathCommand(status).InitialPass(args);
173}

Callers

nothing calls this directly

Calls 2

cmFindPathCommandClass · 0.85
InitialPassMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…