mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
The domains element determines the required authorization level needed for the install. The auth attribute of the pkg-ref element has been deprecated in favor of domains, so if the domains options are specified, the auth attribute is omitted. Fixes: #23030
10 lines
379 B
ReStructuredText
10 lines
379 B
ReStructuredText
cpack-productbuild-domains
|
|
-----------------------------
|
|
|
|
* The :cpack_gen:`CPack productbuild Generator` gained the new
|
|
:variable:`CPACK_PRODUCTBUILD_DOMAINS`,
|
|
: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.
|