mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-22 06:09:14 -05:00
ENH: add advanced variable types and command line wizard gui
This commit is contained in:
@@ -287,9 +287,13 @@ public:
|
||||
|
||||
static void EnableMessages() { s_DisableMessages = false; }
|
||||
static void DisableMessages() { s_DisableMessages = true; }
|
||||
static void DisableRunCommandOutput() {s_DisableRunCommandOutput = true; }
|
||||
static void EnableRunCommandOutput() {s_DisableRunCommandOutput = false; }
|
||||
|
||||
private:
|
||||
static bool s_ErrorOccured;
|
||||
static bool s_DisableMessages;
|
||||
static bool s_DisableRunCommandOutput;
|
||||
static ErrorCallback s_ErrorCallback;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user