Browse Source

COMP: XCode fix

Ken Martin 18 years ago
parent
commit
55603ea9eb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Source/cmGlobalXCodeGenerator.cxx

+ 1 - 1
Source/cmGlobalXCodeGenerator.cxx

@@ -305,7 +305,7 @@ cmGlobalXCodeGenerator::AddExtraTargets(cmLocalGenerator* root,
         {
         target.AddUtility("XCODE_DEPEND_HELPER");
         }
-      if(target.IsInAll())
+      if(!target.GetPropertyAsBool("EXCLUDE_FROM_ALL"))
         {
         allbuild->AddUtility(target.GetName());
         }