summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2022-06-10 15:05:35 (GMT)
committerKitware Robot <kwrobot@kitware.com>2022-06-10 15:05:44 (GMT)
commitdfd06aa101c3cfcc5588b9f9ecc7eab9cb361965 (patch)
treefd3ecc4b7a7b262a051b13abdd71c71d7c20c70c /Source
parent32607abd0ba2e97b15889c081080515aaab484db (diff)
parentec08bc17526a7e22c1a18d5262ca0ca0c391ec6e (diff)
downloadCMake-dfd06aa101c3cfcc5588b9f9ecc7eab9cb361965.zip
CMake-dfd06aa101c3cfcc5588b9f9ecc7eab9cb361965.tar.gz
CMake-dfd06aa101c3cfcc5588b9f9ecc7eab9cb361965.tar.bz2
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
Diffstat (limited to 'Source')
-rw-r--r--Source/cmPolicies.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmPolicies.h b/Source/cmPolicies.h
index 72a169a..cb7402c 100644
--- a/Source/cmPolicies.h
+++ b/Source/cmPolicies.h
@@ -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, \