MCPcopy Create free account
hub / github.com/Kitware/CMake / EvaluatingGenexExpression

Method EvaluatingGenexExpression

Source/cmGeneratorExpressionDAGChecker.cxx:143–148  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

141}
142
143bool cmGeneratorExpressionDAGChecker::EvaluatingGenexExpression() const
144{
145 // Corresponds to GenexEvaluator::EvaluateExpression.
146 return cmHasLiteralPrefix(this->Property, "TARGET_GENEX_EVAL:") ||
147 cmHasLiteralPrefix(this->Property, "GENEX_EVAL:");
148}
149
150bool cmGeneratorExpressionDAGChecker::EvaluatingPICExpression() const
151{

Callers 1

EvaluateMethod · 0.80

Calls 1

cmHasLiteralPrefixFunction · 0.85

Tested by

no test coverage detected