mirror of
https://github.com/reactos/CMake.git
synced 2024-11-24 12:09:48 +00:00
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");
|
||||
}
|
||||
if(target.IsInAll())
|
||||
if(!target.GetPropertyAsBool("EXCLUDE_FROM_ALL"))
|
||||
{
|
||||
allbuild->AddUtility(target.GetName());
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user