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

Method FindNormalProgram

Source/cmFindProgramCommand.cxx:235–241  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

233}
234
235std::string cmFindProgramCommand::FindNormalProgram()
236{
237 if (this->NamesPerDir) {
238 return this->FindNormalProgramNamesPerDir();
239 }
240 return this->FindNormalProgramDirsPerName();
241}
242
243std::string cmFindProgramCommand::FindNormalProgramNamesPerDir()
244{

Callers 1

FindProgramMethod · 0.95

Tested by

no test coverage detected