| 670 | } |
| 671 | |
| 672 | void cmFindBaseDebugState::FailedAtImpl(std::string const& path, |
| 673 | std::string regexName) |
| 674 | { |
| 675 | this->FailedSearchLocations.emplace_back(std::move(regexName), path); |
| 676 | } |
| 677 | |
| 678 | void cmFindBaseDebugState::WriteDebug() const |
| 679 | { |
no test coverage detected