| 657 | #endif |
| 658 | |
| 659 | bool cmFindCommonDebugState::TrackSearchProgress() const |
| 660 | { |
| 661 | // Track search progress if debugging or logging the configure. |
| 662 | return this->FindCommand->DebugModeEnabled() |
| 663 | #ifndef CMAKE_BOOTSTRAP |
| 664 | || this->FindCommand->Makefile->GetCMakeInstance()->GetConfigureLog() |
| 665 | #endif |
| 666 | ; |
| 667 | } |
no test coverage detected