diff options
author | Craig Scott <craig.scott@crascit.com> | 2024-01-28 06:57:58 (GMT) |
---|---|---|
committer | Craig Scott <craig.scott@crascit.com> | 2024-01-28 10:09:12 (GMT) |
commit | 339ae33e555b1820174ca99e9aaa04dffe29febc (patch) | |
tree | 254f15b902a4229b4265926e2a6390f21b5bfe24 /Help/cpack_gen | |
parent | 4e7f2397e4d3c187af5ee08e85601e67d36dd18e (diff) | |
download | CMake-339ae33e555b1820174ca99e9aaa04dffe29febc.zip CMake-339ae33e555b1820174ca99e9aaa04dffe29febc.tar.gz CMake-339ae33e555b1820174ca99e9aaa04dffe29febc.tar.bz2 |
CPack: Change CPACK_PRODUCTBUILD_DOMAINS default to true (CMP0161)
Fixes: #23351
Diffstat (limited to 'Help/cpack_gen')
-rw-r--r-- | Help/cpack_gen/productbuild.rst | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Help/cpack_gen/productbuild.rst b/Help/cpack_gen/productbuild.rst index 48a9b44..ee8a03f 100644 --- a/Help/cpack_gen/productbuild.rst +++ b/Help/cpack_gen/productbuild.rst @@ -91,8 +91,9 @@ macOS using ProductBuild: .. versionadded:: 3.23 This option enables more granular control over where the product may be - installed. When it is set to true, a ``domains`` element of the following - form will be added to the productbuild Distribution XML: + installed. When it is set to true (see policy :policy:`CMP0161`), a + ``domains`` element of the following form will be added to the + productbuild Distribution XML: .. code-block:: xml |