Xcode: Skip Global targets when processing.
This commit is contained in:
parent
34b902a5a6
commit
32e4f6beca
@ -502,6 +502,11 @@ cmGlobalXCodeGenerator::AddExtraTargets(cmLocalGenerator* root,
|
||||
{
|
||||
cmTarget& target = l->second;
|
||||
|
||||
if (target.GetType() == cmTarget::GLOBAL_TARGET)
|
||||
{
|
||||
continue;
|
||||
}
|
||||
|
||||
if (regenerate && (l->first != CMAKE_CHECK_BUILD_SYSTEM_TARGET))
|
||||
{
|
||||
target.AddUtility(CMAKE_CHECK_BUILD_SYSTEM_TARGET);
|
||||
|
Loading…
x
Reference in New Issue
Block a user