diff options
author | Brad King <brad.king@kitware.com> | 2008-04-14 21:53:11 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2008-04-14 21:53:11 (GMT) |
commit | 067717a56a55d5a35c223170e5bad0427d0d63f3 (patch) | |
tree | 0d9c8b832623aa98658700d6d92bf0467996830d /Source/cmPolicies.h | |
parent | 3052d2c85412fba525efcc3e3cda2cac4426ff4b (diff) | |
download | CMake-067717a56a55d5a35c223170e5bad0427d0d63f3.zip CMake-067717a56a55d5a35c223170e5bad0427d0d63f3.tar.gz CMake-067717a56a55d5a35c223170e5bad0427d0d63f3.tar.bz2 |
BUG: Fix compatibility with CMake 2.4 for installation of MACOSX_BUNDLE targets
- Add policy CMP0006 to decide whether to use compatibility
- OLD behavior is to fall back to RUNTIME rules
- NEW behavior is to produce an error
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 5adfbfa..fed9d31 100644 --- a/Source/cmPolicies.h +++ b/Source/cmPolicies.h @@ -46,6 +46,7 @@ public: CMP0003, // Linking does not include extra -L paths CMP0004, // Libraries linked may not have leading or trailing whitespace CMP0005, // Definition value escaping + CMP0006, // BUNDLE install rules needed for MACOSX_BUNDLE targets // Always the last entry. Useful mostly to avoid adding a comma // the last policy when adding a new one. |