| 507 | } |
| 508 | |
| 509 | void cmFindCommonDebugState::FailedAt(std::string const& path, |
| 510 | std::string regexName) |
| 511 | { |
| 512 | if (!this->TrackSearchProgress()) { |
| 513 | return; |
| 514 | } |
| 515 | |
| 516 | this->FailedAtImpl(path, regexName); |
| 517 | } |
| 518 | |
| 519 | bool cmFindCommonDebugState::ShouldImplicitlyLogEvents() const |
| 520 | { |
no test coverage detected