diff options
Diffstat (limited to 'Source/cmPolicies.h')
-rw-r--r-- | Source/cmPolicies.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmPolicies.h b/Source/cmPolicies.h index 7b056ae..644cb9e 100644 --- a/Source/cmPolicies.h +++ b/Source/cmPolicies.h @@ -537,6 +537,8 @@ class cmMakefile; SELECT(POLICY, CMP0174, \ "cmake_parse_arguments(PARSE_ARGV) defines a variable for an empty " \ "string after a single-value keyword.", \ + 3, 31, 0, cmPolicies::WARN) \ + SELECT(POLICY, CMP0175, "add_custom_command() rejects invalid arguments.", \ 3, 31, 0, cmPolicies::WARN) #define CM_SELECT_ID(F, A1, A2, A3, A4, A5, A6) F(A1) |