[cmake-commits] martink committed cmGetDirectoryPropertyCommand.cxx 1.9 1.10

cmake-commits at cmake.org cmake-commits at cmake.org
Thu Jul 12 10:17:39 EDT 2007


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

Modified Files:
	cmGetDirectoryPropertyCommand.cxx 
Log Message:
BUG: fix screwup in GetDirectoryProp...


Index: cmGetDirectoryPropertyCommand.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmGetDirectoryPropertyCommand.cxx,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- cmGetDirectoryPropertyCommand.cxx	10 Jul 2007 17:52:41 -0000	1.9
+++ cmGetDirectoryPropertyCommand.cxx	12 Jul 2007 14:17:37 -0000	1.10
@@ -86,6 +86,7 @@
       }
     output = dir->GetSafeDefinition(i->c_str());
     this->Makefile->AddDefinition(variable.c_str(), output.c_str());
+    return true;
     }
 
   const char *prop = dir->GetProperty(i->c_str());



More information about the Cmake-commits mailing list