diff options
author | André Klitzing <aklitzing@gmail.com> | 2015-03-11 12:04:15 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2015-03-23 13:15:43 (GMT) |
commit | fb3e4de8e81f5f14edd2123f53ae1eaed7c37172 (patch) | |
tree | b3a3e9174806cc571a73439bbabe36feaed5c4e7 /Modules/CPackBundle.cmake | |
parent | 380db3de00bd74f01781ea93e9ba9cebdea000cc (diff) | |
download | CMake-fb3e4de8e81f5f14edd2123f53ae1eaed7c37172.zip CMake-fb3e4de8e81f5f14edd2123f53ae1eaed7c37172.tar.gz CMake-fb3e4de8e81f5f14edd2123f53ae1eaed7c37172.tar.bz2 |
CPack: Add support to overwrite or pass additional parameter to codesign
Diffstat (limited to 'Modules/CPackBundle.cmake')
-rw-r--r-- | Modules/CPackBundle.cmake | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Modules/CPackBundle.cmake b/Modules/CPackBundle.cmake index d26a0b3..b412216 100644 --- a/Modules/CPackBundle.cmake +++ b/Modules/CPackBundle.cmake @@ -52,6 +52,11 @@ # list the main application folder, or the main executable. You should # list any frameworks and plugins that are included in your app bundle. # +# .. variable:: CPACK_BUNDLE_APPLE_CODESIGN_PARAMETER +# +# Additional parameter that will passed to codesign. +# Default value: "--deep -f" +# # .. variable:: CPACK_COMMAND_CODESIGN # # Path to the codesign(1) command used to sign applications with an |