COMP: XCode fix
This commit is contained in:
parent
b99129d2d8
commit
55603ea9eb
@ -305,7 +305,7 @@ cmGlobalXCodeGenerator::AddExtraTargets(cmLocalGenerator* root,
|
|||||||
{
|
{
|
||||||
target.AddUtility("XCODE_DEPEND_HELPER");
|
target.AddUtility("XCODE_DEPEND_HELPER");
|
||||||
}
|
}
|
||||||
if(target.IsInAll())
|
if(!target.GetPropertyAsBool("EXCLUDE_FROM_ALL"))
|
||||||
{
|
{
|
||||||
allbuild->AddUtility(target.GetName());
|
allbuild->AddUtility(target.GetName());
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user