diff options
author | Brad King <brad.king@kitware.com> | 2006-10-23 20:16:05 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2006-10-23 20:16:05 (GMT) |
commit | 74c70d4078dfbd0a6a1c9810f045534402fbcbc4 (patch) | |
tree | 1baff60805643d6392f0fc920035d956f539c2b0 /Source | |
parent | 2e3eebc20ab7ceefd3f87899babb14e74a037d04 (diff) | |
download | CMake-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.cxx | 1 |
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; } |