| 502 | } |
| 503 | |
| 504 | void cmState::AddUnexpectedFlowControlCommand(std::string const& name, |
| 505 | char const* error) |
| 506 | { |
| 507 | this->FlowControlCommands.insert(name); |
| 508 | this->AddUnexpectedCommand(name, error); |
| 509 | } |
| 510 | |
| 511 | bool cmState::AddScriptedCommand(std::string const& name, BT<Command> command, |
| 512 | cmMakefile& mf) |
no test coverage detected