mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-11 16:32:14 -06:00
cmGeneratorExpressionNode: Remove outdated lint suppression
Since commit895efd4e7a(cmGeneratorExpression: Consolidate recognition of transitive properties, 2024-04-12) a lint suppression added by commitfb461cacba(silence selected clang-tidy violations, 2016-10-18, v3.8.0-rc1~428^2~1) is no longer needed.
This commit is contained in:
@@ -2916,8 +2916,7 @@ static const struct TargetPropertyNode : public cmGeneratorExpressionNode
|
||||
return std::string();
|
||||
}
|
||||
} else {
|
||||
assert(dagCheckerParent
|
||||
->EvaluatingTransitiveProperty()); // NOLINT(clang-tidy)
|
||||
assert(dagCheckerParent->EvaluatingTransitiveProperty());
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user