summaryrefslogtreecommitdiffstats
path: root/Source/cmake.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmake.h')
-rw-r--r--Source/cmake.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmake.h b/Source/cmake.h
index 3f0c598..c1e9a72 100644
--- a/Source/cmake.h
+++ b/Source/cmake.h
@@ -317,7 +317,7 @@ class cmake
// Do we want debug output during the cmake run.
bool GetDebugOutput() { return this->DebugOutput; }
- void DebugOutputOn() { this->DebugOutput = true;}
+ void SetDebugOutputOn(bool b) { this->DebugOutput = b;}
// Define a property
void DefineProperty(const char *name, cmProperty::ScopeType scope,