| 117 | } |
| 118 | |
| 119 | bool cmFindCommon::ComputeIfImplicitDebugModeSuppressed() |
| 120 | { |
| 121 | // XXX(find-events): In the future, mirror the `ComputeIfDebugModeWanted` |
| 122 | // methods if more control is desired. |
| 123 | return this->Makefile->IsOn( |
| 124 | "CMAKE_FIND_DEBUG_MODE_NO_IMPLICIT_CONFIGURE_LOG"); |
| 125 | } |
| 126 | |
| 127 | void cmFindCommon::InitializeSearchPathGroups() |
| 128 | { |
no test coverage detected