MCPcopy Create free account
hub / github.com/Kitware/CMake / TrackSearchProgress

Method TrackSearchProgress

Source/cmFindCommon.cxx:659–667  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

657#endif
658
659bool 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}

Callers 2

FoundAtMethod · 0.95
FailedAtMethod · 0.95

Calls 3

DebugModeEnabledMethod · 0.80
GetConfigureLogMethod · 0.80
GetCMakeInstanceMethod · 0.45

Tested by

no test coverage detected