diff options
author | Brad King <brad.king@kitware.com> | 2015-03-23 13:18:40 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2015-03-23 13:18:40 (GMT) |
commit | ed99514fc1f77ac48dfffbf4fec4a08bff56976f (patch) | |
tree | 5872a70269d8dd1c965eac30c5db1fd6870bc9cd /Modules | |
parent | 114ddb072ce309df64806800550823f656845e77 (diff) | |
parent | fb3e4de8e81f5f14edd2123f53ae1eaed7c37172 (diff) | |
download | CMake-ed99514fc1f77ac48dfffbf4fec4a08bff56976f.zip CMake-ed99514fc1f77ac48dfffbf4fec4a08bff56976f.tar.gz CMake-ed99514fc1f77ac48dfffbf4fec4a08bff56976f.tar.bz2 |
Merge topic 'cpack-bundle-codesign'
fb3e4de8 CPack: Add support to overwrite or pass additional parameter to codesign
Diffstat (limited to 'Modules')
-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 |