diff options
Diffstat (limited to 'Source/cmPolicies.h')
-rw-r--r-- | Source/cmPolicies.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/cmPolicies.h b/Source/cmPolicies.h index 5393747..8739c55 100644 --- a/Source/cmPolicies.h +++ b/Source/cmPolicies.h @@ -400,6 +400,10 @@ class cmMakefile; SELECT(POLICY, CMP0133, \ "The CPack module disables SLA by default in the CPack DragNDrop " \ "Generator.", \ + 3, 24, 0, cmPolicies::WARN) \ + SELECT(POLICY, CMP0134, \ + "Fallback to \"HOST\" Windows registry view when \"TARGET\" view " \ + "is not usable.", \ 3, 24, 0, cmPolicies::WARN) #define CM_SELECT_ID(F, A1, A2, A3, A4, A5, A6) F(A1) |