| 148 | } |
| 149 | |
| 150 | bool cmGeneratorExpressionDAGChecker::EvaluatingPICExpression() const |
| 151 | { |
| 152 | // Corresponds to checkInterfacePropertyCompatibility's special case |
| 153 | // that evaluates the value of POSITION_INDEPENDENT_CODE as a genex. |
| 154 | return this->Top->Property == "INTERFACE_POSITION_INDEPENDENT_CODE"; |
| 155 | } |
| 156 | |
| 157 | bool cmGeneratorExpressionDAGChecker::EvaluatingCompileExpression() const |
| 158 | { |