| 533 | } |
| 534 | |
| 535 | cmState::Command cmState::GetCommand(std::string const& name) const |
| 536 | { |
| 537 | return this->GetCommandByExactName(cmSystemTools::LowerCase(name)); |
| 538 | } |
| 539 | |
| 540 | cmState::Command cmState::GetCommandByExactName(std::string const& name) const |
| 541 | { |