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

Method GetShowLogContext

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

Should `message` command display context.

Source from the content-addressed store, hash-verified

498
499 //! Should `message` command display context.
500 bool GetShowLogContext() const { return this->LogContext; }
501 void SetShowLogContext(bool b) { this->LogContext = b; }
502
503 //! Do we want debug output during the cmake run.

Callers 1

IndentTextFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected