Merge topic 'revert-genex-tco-subgraph'

a6b84a438f GenEx: Revert "Limit TARGET_PROPERTY transitive closure optimization"

Acked-by: Kitware Robot <kwrobot@kitware.com>
Acked-by: buildbot <buildbot@kitware.com>
Merge-request: !10156
This commit is contained in:
Brad King
2025-01-10 14:20:05 +00:00
committed by Kitware Robot
7 changed files with 9 additions and 66 deletions
+2 -3
View File
@@ -3000,9 +3000,8 @@ static const struct TargetPropertyNode : public cmGeneratorExpressionNode
if (isInterfaceProperty) {
return cmGeneratorExpression::StripEmptyListElements(
target->EvaluateInterfaceProperty(
propertyName, context, dagCheckerParent, usage,
cmGeneratorTarget::TransitiveClosure::Subgraph));
target->EvaluateInterfaceProperty(propertyName, context,
dagCheckerParent, usage));
}
cmGeneratorExpressionDAGChecker dagChecker(