cmGeneratorExpressionNode: Remove outdated lint suppression

Since commit 895efd4e7a (cmGeneratorExpression: Consolidate
recognition of transitive properties, 2024-04-12) a lint suppression
added by commit fb461cacba (silence selected clang-tidy violations,
2016-10-18, v3.8.0-rc1~428^2~1) is no longer needed.
This commit is contained in:
Brad King
2024-04-22 13:33:13 -04:00
parent 01e138a7b7
commit b36fb3f6f1
+1 -2
View File
@@ -2916,8 +2916,7 @@ static const struct TargetPropertyNode : public cmGeneratorExpressionNode
return std::string(); return std::string();
} }
} else { } else {
assert(dagCheckerParent assert(dagCheckerParent->EvaluatingTransitiveProperty());
->EvaluatingTransitiveProperty()); // NOLINT(clang-tidy)
} }
} }