diff options
author | Craig Scott <craig.scott@crascit.com> | 2022-03-21 01:25:34 (GMT) |
---|---|---|
committer | Craig Scott <craig.scott@crascit.com> | 2022-03-21 01:25:34 (GMT) |
commit | bf44efadab9669c70840017243df520bbc647f77 (patch) | |
tree | 7b169ef2fc1fc4ca925c2fe22f137a3c07b86d27 /Help/release | |
parent | 66ba460810afdc0e0f65c20b1bc057a204acc82c (diff) | |
download | CMake-bf44efadab9669c70840017243df520bbc647f77.zip CMake-bf44efadab9669c70840017243df520bbc647f77.tar.gz CMake-bf44efadab9669c70840017243df520bbc647f77.tar.bz2 |
Help: Add more detail for CPACK_PRODUCTBUILD_DOMAINS* variables
Diffstat (limited to 'Help/release')
-rw-r--r-- | Help/release/3.23.rst | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Help/release/3.23.rst b/Help/release/3.23.rst index 69b935d..285a471 100644 --- a/Help/release/3.23.rst +++ b/Help/release/3.23.rst @@ -182,7 +182,9 @@ CPack :variable:`CPACK_PRODUCTBUILD_DOMAINS_ANYWHERE`, :variable:`CPACK_PRODUCTBUILD_DOMAINS_USER`, and :variable:`CPACK_PRODUCTBUILD_DOMAINS_ROOT` variables for - adding the domains element to the Distribution XML. + adding the domains element to the Distribution XML. With these variables, + it is now possible to install products to the user's home directory + without requiring administrative privileges. * The :cpack_gen:`CPack productbuild Generator` gained a new variable, :variable:`CPACK_PRODUCTBUILD_IDENTIFIER`, used to customize the unique |