| 104 | } |
| 105 | |
| 106 | bool cmFindCommon::ComputeIfDebugModeWanted() |
| 107 | { |
| 108 | return this->Makefile->GetDebugFindPkgMode() || |
| 109 | this->Makefile->IsOn("CMAKE_FIND_DEBUG_MODE") || |
| 110 | this->Makefile->GetCMakeInstance()->GetDebugFindOutput(); |
| 111 | } |
| 112 | |
| 113 | bool cmFindCommon::ComputeIfDebugModeWanted(std::string const& var) |
| 114 | { |
no test coverage detected