|
@@ -841,6 +841,8 @@ getLinkedTargetsContent(
|
|
|
context->HadContextSensitiveCondition = true;
|
|
context->HadContextSensitiveCondition = true;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
+ linkedTargetsContent =
|
|
|
|
|
+ cmGeneratorExpression::StripEmptyListElements(linkedTargetsContent);
|
|
|
return linkedTargetsContent;
|
|
return linkedTargetsContent;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
@@ -1100,9 +1102,6 @@ static const struct TargetPropertyNode : public cmGeneratorExpressionNode
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- linkedTargetsContent =
|
|
|
|
|
- cmGeneratorExpression::StripEmptyListElements(linkedTargetsContent);
|
|
|
|
|
-
|
|
|
|
|
if (!prop)
|
|
if (!prop)
|
|
|
{
|
|
{
|
|
|
if (target->IsImported()
|
|
if (target->IsImported()
|