[cmake-commits] martink committed cmCPluginAPI.cxx 1.33 1.34

cmake-commits at cmake.org cmake-commits at cmake.org
Thu Dec 7 09:51:31 EST 2006


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

Modified Files:
	cmCPluginAPI.cxx 
Log Message:
COMP: fix warning


Index: cmCPluginAPI.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmCPluginAPI.cxx,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -d -r1.33 -r1.34
--- cmCPluginAPI.cxx	7 Dec 2006 14:44:45 -0000	1.33
+++ cmCPluginAPI.cxx	7 Dec 2006 14:51:28 -0000	1.34
@@ -639,7 +639,8 @@
 {
   cmMakefile *mf = static_cast<cmMakefile *>(arg);
   mf->GetCMakeInstance()->DefineProperty(name,cmProperty::SOURCE_FILE,
-                                         briefDocs, longDocs,chained);
+                                         briefDocs, longDocs, 
+                                         chained != 0);
 }
 
 } // close the extern "C" scope



More information about the Cmake-commits mailing list