[cmake-commits] martink committed cmTest.cxx 1.5 1.6

cmake-commits at cmake.org cmake-commits at cmake.org
Thu Dec 7 10:22:21 EST 2006


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

Modified Files:
	cmTest.cxx 
Log Message:
BUG: fix missing return value


Index: cmTest.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmTest.cxx,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- cmTest.cxx	7 Dec 2006 14:44:45 -0000	1.5
+++ cmTest.cxx	7 Dec 2006 15:22:19 -0000	1.6
@@ -62,6 +62,7 @@
     {
     return this->Makefile->GetProperty(prop,cmProperty::TEST);
     }
+  return retVal;
 }
 
 bool cmTest::GetPropertyAsBool(const char* prop) const



More information about the Cmake-commits mailing list