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

Method ComputeIfDebugModeWanted

Source/cmFindCommon.cxx:106–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 4

InitialPassMethod · 0.80
InitialPassMethod · 0.80
InitialPassMethod · 0.80
InitialPassMethod · 0.80

Calls 4

GetDebugFindPkgModeMethod · 0.80
IsOnMethod · 0.45
GetDebugFindOutputMethod · 0.45
GetCMakeInstanceMethod · 0.45

Tested by

no test coverage detected