| 664 | cmFindBaseDebugState::~cmFindBaseDebugState() = default; |
| 665 | |
| 666 | void cmFindBaseDebugState::FoundAtImpl(std::string const& path, |
| 667 | std::string regexName) |
| 668 | { |
| 669 | this->FoundSearchLocation = DebugLibState{ std::move(regexName), path }; |
| 670 | } |
| 671 | |
| 672 | void cmFindBaseDebugState::FailedAtImpl(std::string const& path, |
| 673 | std::string regexName) |