[cmake-commits] king committed cmake.cxx 1.270 1.271

cmake-commits at cmake.org cmake-commits at cmake.org
Mon Oct 23 16:16:09 EDT 2006


Update of /cvsroot/CMake/CMake/Source
In directory public:/mounts/ram/cvs-serv18583/Source

Modified Files:
	cmake.cxx 
Log Message:
BUG: Do not display cmake -E usage when any old command line error occurs.


Index: cmake.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmake.cxx,v
retrieving revision 1.270
retrieving revision 1.271
diff -u -d -r1.270 -r1.271
--- cmake.cxx	16 Oct 2006 16:49:26 -0000	1.270
+++ cmake.cxx	23 Oct 2006 20:16:05 -0000	1.271
@@ -1718,7 +1718,6 @@
   this->SetArgs(args);
   if(cmSystemTools::GetErrorOccuredFlag())
     {
-    CMakeCommandUsage(args[0].c_str());
     return -1;
     }
 



More information about the Cmake-commits mailing list