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

Method EvaluatingPICExpression

Source/cmGeneratorExpressionDAGChecker.cxx:150–155  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

148}
149
150bool 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
157bool cmGeneratorExpressionDAGChecker::EvaluatingCompileExpression() const
158{

Callers 1

EvaluateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected