diff options
Diffstat (limited to 'Source/cmPolicies.h')
-rw-r--r-- | Source/cmPolicies.h | 3 |
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, \ |