| 56 | } |
| 57 | |
| 58 | bool cmWhileFunctionBlocker::ArgumentsMatch(cmListFileFunction const& lff, |
| 59 | cmMakefile&) const |
| 60 | { |
| 61 | return lff.Arguments().empty() || lff.Arguments() == this->Args; |
| 62 | } |
| 63 | |
| 64 | bool cmWhileFunctionBlocker::Replay(std::vector<cmListFileFunction> functions, |
| 65 | cmExecutionStatus& inStatus) |