| 495 | } |
| 496 | |
| 497 | void cmFindCommonDebugState::FoundAt(std::string const& path, |
| 498 | std::string regexName) |
| 499 | { |
| 500 | this->IsFound = true; |
| 501 | |
| 502 | if (!this->TrackSearchProgress()) { |
| 503 | return; |
| 504 | } |
| 505 | |
| 506 | this->FoundAtImpl(path, regexName); |
| 507 | } |
| 508 | |
| 509 | void cmFindCommonDebugState::FailedAt(std::string const& path, |
| 510 | std::string regexName) |
no test coverage detected