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

Method GetDebugOutput

Source/cmake.h:504–504  ·  view source on GitHub ↗

Do we want debug output during the cmake run.

Source from the content-addressed store, hash-verified

502
503 //! Do we want debug output during the cmake run.
504 bool GetDebugOutput() const { return this->DebugOutput; }
505 void SetDebugOutputOn(bool b) { this->DebugOutput = b; }
506
507 //! Do we want debug output from the find commands during the cmake run.

Callers 7

ConfigureSubDirectoryMethod · 0.80
cmakemainGetMakefileFunction · 0.80
CallVisualStudioMacroMethod · 0.80
HandleGlobImplFunction · 0.80
setDebugOutputMethod · 0.80
getDebugOutputMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected