[cmake-commits] martink committed cmSetTestsPropertiesCommand.cxx 1.4 1.5

cmake-commits at cmake.org cmake-commits at cmake.org
Thu Dec 7 15:23:24 EST 2006


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

Modified Files:
	cmSetTestsPropertiesCommand.cxx 
Log Message:
COMP: fix a warning


Index: cmSetTestsPropertiesCommand.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmSetTestsPropertiesCommand.cxx,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- cmSetTestsPropertiesCommand.cxx	7 Dec 2006 19:54:15 -0000	1.4
+++ cmSetTestsPropertiesCommand.cxx	7 Dec 2006 20:23:22 -0000	1.5
@@ -75,7 +75,6 @@
     }
 
 
-  std::vector<cmTest*> &tests = *this->Makefile->GetTests();
   // now loop over all the targets
   int i;
   for(i = 0; i < numFiles; ++i)



More information about the Cmake-commits mailing list