diff options
author | Greg Fiumara <greg@gregfiumara.com> | 2021-11-16 21:39:34 (GMT) |
---|---|---|
committer | Greg Fiumara <greg@gregfiumara.com> | 2021-11-18 18:01:35 (GMT) |
commit | 7213ceb869bfe50acda93eaeab9f3d928f517cd8 (patch) | |
tree | 56cbbbfd63b4863de08ee5b425eea903da7747af /Help/release | |
parent | d98b61c68770150e4773ce30eb8145ad487016da (diff) | |
download | CMake-7213ceb869bfe50acda93eaeab9f3d928f517cd8.zip CMake-7213ceb869bfe50acda93eaeab9f3d928f517cd8.tar.gz CMake-7213ceb869bfe50acda93eaeab9f3d928f517cd8.tar.bz2 |
CPack/productbuild: Add option to customize product identifier
This adds a new option, CPACK_PRODUCTBUILD_IDENTIFIER, which allows
for customization of the productbuild product identifier within the
CPack productbuild generator.
Fixes: #20830
Diffstat (limited to 'Help/release')
-rw-r--r-- | Help/release/dev/cpack-productbuild-identifier.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Help/release/dev/cpack-productbuild-identifier.rst b/Help/release/dev/cpack-productbuild-identifier.rst new file mode 100644 index 0000000..bfa0dd9 --- /dev/null +++ b/Help/release/dev/cpack-productbuild-identifier.rst @@ -0,0 +1,6 @@ +cpack-productbuild-identifier +----------------------------- + +* The :cpack_gen:`CPack productbuild Generator` gained a new variable, + :variable:`CPACK_PRODUCTBUILD_IDENTIFIER`, used to customize the unique + product identifier associated with the product. |