mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-02 04:09:33 -05: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();
|
return std::string();
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
assert(dagCheckerParent
|
assert(dagCheckerParent->EvaluatingTransitiveProperty());
|
||||||
->EvaluatingTransitiveProperty()); // NOLINT(clang-tidy)
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user