| 97 | } |
| 98 | |
| 99 | void cmFindCommon::DebugMessage(std::string const& msg) const |
| 100 | { |
| 101 | if (this->Makefile) { |
| 102 | this->Makefile->IssueMessage(MessageType::LOG, msg); |
| 103 | } |
| 104 | } |
| 105 | |
| 106 | bool cmFindCommon::ComputeIfDebugModeWanted() |
| 107 | { |
no test coverage detected