diff options
Diffstat (limited to 'Source/cmPolicies.h')
-rw-r--r-- | Source/cmPolicies.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmPolicies.h b/Source/cmPolicies.h index 088d554..4ca6a6b 100644 --- a/Source/cmPolicies.h +++ b/Source/cmPolicies.h @@ -43,6 +43,7 @@ public: CMP0000, // Policy version specification CMP0001, // Ignore old compatibility variable CMP0002, // Target names must be unique + CMP0003, // Linking does not include extra -L paths // Always the last entry. Useful mostly to avoid adding a comma // the last policy when adding a new one. |