Do we want debug output during the cmake run.
| 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. |
no outgoing calls
no test coverage detected