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

Method ComputeIfImplicitDebugModeSuppressed

Source/cmFindCommon.cxx:119–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

117}
118
119bool 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
127void cmFindCommon::InitializeSearchPathGroups()
128{

Callers 4

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

Calls 1

IsOnMethod · 0.45

Tested by

no test coverage detected