summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2024-07-22 14:17:38 (GMT)
committerKitware Robot <kwrobot@kitware.com>2024-07-22 14:17:57 (GMT)
commitf36d09a0b8c5ad52a4b510d77ebe3c38df258e73 (patch)
tree99628d488d5ded1512fff5e78222a8483b97f037 /Source
parentbb497152f08d3dff593132ea2ba1e0dbd70952a5 (diff)
parentd588e81ffb74b15731a0e2fb0c4d0d938af763b6 (diff)
downloadCMake-f36d09a0b8c5ad52a4b510d77ebe3c38df258e73.zip
CMake-f36d09a0b8c5ad52a4b510d77ebe3c38df258e73.tar.gz
CMake-f36d09a0b8c5ad52a4b510d77ebe3c38df258e73.tar.bz2
Merge topic 'cpack-wix-per-machine'
d588e81ffb CPack/WIX: Generate perMachine installers by default Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !9672
Diffstat (limited to 'Source')
-rw-r--r--Source/cmPolicies.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/Source/cmPolicies.h b/Source/cmPolicies.h
index 85f3293..c76a88a 100644
--- a/Source/cmPolicies.h
+++ b/Source/cmPolicies.h
@@ -527,7 +527,11 @@ class cmMakefile;
"FETCHCONTENT_FULLY_DISCONNECTED requirements are enforced.", 3, 30, \
0, cmPolicies::WARN) \
SELECT(POLICY, CMP0171, "'codegen' is a reserved target name.", 3, 31, 0, \
- cmPolicies::WARN)
+ cmPolicies::WARN) \
+ SELECT(POLICY, CMP0172, \
+ "The CPack module enables per-machine installation by default in " \
+ "the CPack WIX Generator.", \
+ 3, 31, 0, cmPolicies::WARN)
#define CM_SELECT_ID(F, A1, A2, A3, A4, A5, A6) F(A1)
#define CM_FOR_EACH_POLICY_ID(POLICY) \