[cmake-commits] alex committed cmExportLibraryDependencies.cxx 1.16 1.17

cmake-commits at cmake.org cmake-commits at cmake.org
Thu Jun 7 08:29:17 EDT 2007


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

Modified Files:
	cmExportLibraryDependencies.cxx 
Log Message:

STYLE: remove wrong comments

Alex


Index: cmExportLibraryDependencies.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmExportLibraryDependencies.cxx,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- cmExportLibraryDependencies.cxx	23 May 2007 19:40:12 -0000	1.16
+++ cmExportLibraryDependencies.cxx	7 Jun 2007 12:29:15 -0000	1.17
@@ -22,13 +22,9 @@
 
 #include <cmsys/auto_ptr.hxx>
 
-// cmExecutableCommand
 bool cmExportLibraryDependenciesCommand
 ::InitialPass(std::vector<std::string> const& args)
 {
-  // First argument is the name of the test Second argument is the name of
-  // the executable to run (a target or external program) Remaining arguments
-  // are the arguments to pass to the executable
   if(args.size() < 1 )
     {
     this->SetError("called with incorrect number of arguments");



More information about the Cmake-commits mailing list