summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2006-10-23 20:16:05 (GMT)
committerBrad King <brad.king@kitware.com>2006-10-23 20:16:05 (GMT)
commit74c70d4078dfbd0a6a1c9810f045534402fbcbc4 (patch)
tree1baff60805643d6392f0fc920035d956f539c2b0 /Source
parent2e3eebc20ab7ceefd3f87899babb14e74a037d04 (diff)
downloadCMake-74c70d4078dfbd0a6a1c9810f045534402fbcbc4.zip
CMake-74c70d4078dfbd0a6a1c9810f045534402fbcbc4.tar.gz
CMake-74c70d4078dfbd0a6a1c9810f045534402fbcbc4.tar.bz2
BUG: Do not display cmake -E usage when any old command line error occurs.
Diffstat (limited to 'Source')
-rw-r--r--Source/cmake.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmake.cxx b/Source/cmake.cxx
index ac0af42..7929227 100644
--- a/Source/cmake.cxx
+++ b/Source/cmake.cxx
@@ -1718,7 +1718,6 @@ int cmake::Run(const std::vector<std::string>& args, bool noconfigure)
this->SetArgs(args);
if(cmSystemTools::GetErrorOccuredFlag())
{
- CMakeCommandUsage(args[0].c_str());
return -1;
}