summaryrefslogtreecommitdiffstats
path: root/Source/cmGeneratorTarget.cxx
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2024-04-15 14:16:27 (GMT)
committerKitware Robot <kwrobot@kitware.com>2024-04-15 14:16:35 (GMT)
commite449417f9468ffada6c0e38a5dab09122a3d1c25 (patch)
tree96aec7f601aa6c994e62f47d8c8228ca8303e6ee /Source/cmGeneratorTarget.cxx
parentca449572ef8b1c6066e88879795900aea9727834 (diff)
parent895efd4e7a7090527c1e331ddbf1f8d3a06e5b7a (diff)
downloadCMake-e449417f9468ffada6c0e38a5dab09122a3d1c25.zip
CMake-e449417f9468ffada6c0e38a5dab09122a3d1c25.tar.gz
CMake-e449417f9468ffada6c0e38a5dab09122a3d1c25.tar.bz2
Merge topic 'genex-cleanup'
895efd4e7a cmGeneratorExpression: Consolidate recognition of transitive properties 5f7d8192da cmGeneratorExpression: Inline evaluation helper at only call site 91a25de520 cmGeneratorExpression: Add comments on implementation details 0a61116f52 cmGeneratorTarget: Remove EvaluateInterfaceProperty argument default Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: buildbot <buildbot@kitware.com> Merge-request: !9425
Diffstat (limited to 'Source/cmGeneratorTarget.cxx')
-rw-r--r--Source/cmGeneratorTarget.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmGeneratorTarget.cxx b/Source/cmGeneratorTarget.cxx
index be82099..d6560d0 100644
--- a/Source/cmGeneratorTarget.cxx
+++ b/Source/cmGeneratorTarget.cxx
@@ -6376,6 +6376,7 @@ PropertyType checkInterfacePropertyCompatibility(cmGeneratorTarget const* tgt,
std::string interfaceProperty = "INTERFACE_" + p;
std::unique_ptr<cmGeneratorExpressionInterpreter> genexInterpreter;
if (p == "POSITION_INDEPENDENT_CODE") {
+ // Corresponds to EvaluatingPICExpression.
genexInterpreter = cm::make_unique<cmGeneratorExpressionInterpreter>(
tgt->GetLocalGenerator(), config, tgt);
}