diff options
Diffstat (limited to 'Source/cmake.cxx')
-rw-r--r-- | Source/cmake.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmake.cxx b/Source/cmake.cxx index 88aed1d..5256fd0 100644 --- a/Source/cmake.cxx +++ b/Source/cmake.cxx @@ -618,7 +618,7 @@ void cmake::SetArgs(const std::vector<std::string>& args) else if(arg.find("--debug-output",0) == 0) { std::cout << "Running with debug output on.\n"; - this->DebugOutputOn(); + this->SetDebugOutputOn(true); } else if(arg.find("-G",0) == 0) { |