From 74c70d4078dfbd0a6a1c9810f045534402fbcbc4 Mon Sep 17 00:00:00 2001 From: Brad King Date: Mon, 23 Oct 2006 16:16:05 -0400 Subject: BUG: Do not display cmake -E usage when any old command line error occurs. --- Source/cmake.cxx | 1 - 1 file changed, 1 deletion(-) 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& args, bool noconfigure) this->SetArgs(args); if(cmSystemTools::GetErrorOccuredFlag()) { - CMakeCommandUsage(args[0].c_str()); return -1; } -- cgit v0.12