mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-12 09:08:58 -05:00
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:
+2
-1
@@ -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, \
|
||||
|
||||
Reference in New Issue
Block a user