| 141 | } |
| 142 | |
| 143 | bool 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 | |
| 150 | bool cmGeneratorExpressionDAGChecker::EvaluatingPICExpression() const |
| 151 | { |
no test coverage detected