diff options
author | Craig Scott <craig.scott@crascit.com> | 2022-03-21 04:42:46 (GMT) |
---|---|---|
committer | Craig Scott <craig.scott@crascit.com> | 2022-03-21 04:43:46 (GMT) |
commit | 2a8df7e7db2ecef9652ab27371c5dbfbc56b2617 (patch) | |
tree | 61ce8dce0797996233161e0abf79be3504ffc104 /Modules/Internal | |
parent | 95eb8cbcfc0fc5ca4c784efa126b3aa3dafacefd (diff) | |
download | CMake-2a8df7e7db2ecef9652ab27371c5dbfbc56b2617.zip CMake-2a8df7e7db2ecef9652ab27371c5dbfbc56b2617.tar.gz CMake-2a8df7e7db2ecef9652ab27371c5dbfbc56b2617.tar.bz2 |
productbuild: Don't write rootVolumeOnly attribute if writing domains
The rootVolumeOnly attribute is deprecated. Apple docs say to use
domains instead.
Fixes: #23343
Diffstat (limited to 'Modules/Internal')
-rw-r--r-- | Modules/Internal/CPack/CPack.distribution.dist.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Modules/Internal/CPack/CPack.distribution.dist.in b/Modules/Internal/CPack/CPack.distribution.dist.in index e04f7bf..291b24d 100644 --- a/Modules/Internal/CPack/CPack.distribution.dist.in +++ b/Modules/Internal/CPack/CPack.distribution.dist.in @@ -4,6 +4,5 @@ <welcome file="@CPACK_RESOURCE_FILE_WELCOME_NOPATH@"/> <readme file="@CPACK_RESOURCE_FILE_README_NOPATH@"/> <license file="@CPACK_RESOURCE_FILE_LICENSE_NOPATH@"/> - <options allow-external-scripts="no" customize="allow" rootVolumeOnly="false"></options> - @CPACK_PACKAGEMAKER_CHOICES@ +@CPACK_APPLE_PKG_INSTALLER_CONTENT@ </installer-gui-script> |