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