summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2024-01-29 15:36:13 (GMT)
committerKitware Robot <kwrobot@kitware.com>2024-01-29 15:36:22 (GMT)
commitd377ccbf672f4aba36131fed8151058ee0a97eed (patch)
tree5b9019cd3f09f0312f60fe407b4d74c686948d26 /Source
parentfdb05a421a2e49328dc19150a872d6c98362bcf4 (diff)
parent339ae33e555b1820174ca99e9aaa04dffe29febc (diff)
downloadCMake-d377ccbf672f4aba36131fed8151058ee0a97eed.zip
CMake-d377ccbf672f4aba36131fed8151058ee0a97eed.tar.gz
CMake-d377ccbf672f4aba36131fed8151058ee0a97eed.tar.bz2
Merge topic 'productbuild-domains-policy'
339ae33e55 CPack: Change CPACK_PRODUCTBUILD_DOMAINS default to true (CMP0161) 4e7f2397e4 CPack: Clear temporary variable after it is no longer needed Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !9197
Diffstat (limited to 'Source')
-rw-r--r--Source/cmPolicies.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/Source/cmPolicies.h b/Source/cmPolicies.h
index e23e687..705314f 100644
--- a/Source/cmPolicies.h
+++ b/Source/cmPolicies.h
@@ -491,7 +491,9 @@ class cmMakefile;
SELECT( \
POLICY, CMP0160, \
"More read-only target properties now error when trying to set them.", 3, \
- 29, 0, cmPolicies::WARN)
+ 29, 0, cmPolicies::WARN) \
+ SELECT(POLICY, CMP0161, "CPACK_PRODUCTBUILD_DOMAINS defaults to true.", 3, \
+ 29, 0, cmPolicies::WARN)
#define CM_SELECT_ID(F, A1, A2, A3, A4, A5, A6) F(A1)
#define CM_FOR_EACH_POLICY_ID(POLICY) \