summaryrefslogtreecommitdiffstats
path: root/Source/cmake.cxx
diff options
context:
space:
mode:
authorAlexander Neundorf <neundorf@kde.org>2008-04-02 21:29:25 (GMT)
committerAlexander Neundorf <neundorf@kde.org>2008-04-02 21:29:25 (GMT)
commit6292341841c17af7932d27a21404efef4c9c4b5e (patch)
tree7a3c8d1604cbcc9a7858742bb5a493f375eaf2e6 /Source/cmake.cxx
parent1e61bb1f4c19f6ed474abe4ab8415ac2a60e6b22 (diff)
downloadCMake-6292341841c17af7932d27a21404efef4c9c4b5e.zip
CMake-6292341841c17af7932d27a21404efef4c9c4b5e.tar.gz
CMake-6292341841c17af7932d27a21404efef4c9c4b5e.tar.bz2
ENH: make it possible to disable debug output again
Alex
Diffstat (limited to 'Source/cmake.cxx')
-rw-r--r--Source/cmake.cxx2
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)
{