| 356 | } |
| 357 | |
| 358 | bool cmFindProgram(std::vector<std::string> const& args, |
| 359 | cmExecutionStatus& status) |
| 360 | { |
| 361 | return cmFindProgramCommand(status).InitialPass(args); |
| 362 | } |
nothing calls this directly
no test coverage detected
searching dependent graphs…