Merge topic 'CheckIPOSupported-honor-flags'

ec08bc1752 CheckIPOSupported: Compile check using flags of calling project

Acked-by: Kitware Robot <kwrobot@kitware.com>
Tested-by: buildbot <buildbot@kitware.com>
Merge-request: !7343
This commit is contained in:
Brad King
2022-06-10 15:05:35 +00:00
committed by Kitware Robot
14 changed files with 90 additions and 3 deletions
+2 -1
View File
@@ -415,7 +415,8 @@ class cmMakefile;
SELECT(POLICY, CMP0137, \
"try_compile() passes platform variables in project mode", 3, 24, 0, \
cmPolicies::WARN) \
SELECT(POLICY, CMP0138, "Placeholder for reverted policy.", 3, 24, 0, \
SELECT(POLICY, CMP0138, \
"CheckIPOSupported uses flags from calling project.", 3, 24, 0, \
cmPolicies::WARN) \
SELECT( \
POLICY, CMP0139, \