[cmake-commits] martink committed cmGlobalXCodeGenerator.cxx 1.137 1.138

cmake-commits at cmake.org cmake-commits at cmake.org
Mon Mar 12 10:32:13 EST 2007


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

Modified Files:
	cmGlobalXCodeGenerator.cxx 
Log Message:
COMP: XCode fix


Index: cmGlobalXCodeGenerator.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmGlobalXCodeGenerator.cxx,v
retrieving revision 1.137
retrieving revision 1.138
diff -u -d -r1.137 -r1.138
--- cmGlobalXCodeGenerator.cxx	8 Mar 2007 20:24:01 -0000	1.137
+++ cmGlobalXCodeGenerator.cxx	12 Mar 2007 15:32:10 -0000	1.138
@@ -305,7 +305,7 @@
         {
         target.AddUtility("XCODE_DEPEND_HELPER");
         }
-      if(target.IsInAll())
+      if(!target.GetPropertyAsBool("EXCLUDE_FROM_ALL"))
         {
         allbuild->AddUtility(target.GetName());
         }



More information about the Cmake-commits mailing list