CPackProductBuild

productbuild CPack generator (Mac OS X).

Variables specific to CPack productbuild generator

The following variable is specific to installers built on Mac OS X using productbuild:

CPACK_COMMAND_PRODUCTBUILD

Path to the productbuild(1) command used to generate a product archive for the OS X Installer or Mac App Store. This variable can be used to override the automatically detected command (or specify its location if the auto-detection fails to find it.)

CPACK_PRODUCTBUILD_IDENTITY_NAME

Adds a digital signature to the resulting package.

CPACK_PRODUCTBUILD_KEYCHAIN_PATH

Specify a specific keychain to search for the signing identity.

CPACK_COMMAND_PKGBUILD

Path to the pkgbuild(1) command used to generate an OS X component package on OS X. This variable can be used to override the automatically detected command (or specify its location if the auto-detection fails to find it.)

CPACK_PKGBUILD_IDENTITY_NAME

Adds a digital signature to the resulting package.

CPACK_PKGBUILD_KEYCHAIN_PATH

Specify a specific keychain to search for the signing identity.

© 2000–2019 Kitware, Inc. and Contributors
Licensed under the BSD 3-clause License.
https://cmake.org/cmake/help/v3.8/module/CPackProductBuild.html