summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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;
}