[cmake-developers] Support of codesign

A. Klitzing aklitzing at gmail.com
Mon Sep 29 06:29:20 EDT 2014


>
> It should not be an error for 'codesign' to not be available
> in the PATH.  The user may have set CPACK_COMMAND_CODESIGN
> to some other location.  The error should only occur if no
> value for CPACK_COMMAND_CODESIGN is available when the tool
> is actually needed for signing.
>

I attached another patch that will fix the broken tests. It will check for
defined CPACK_APPLE_CERT_APP before it will search for 'codesign'.

Well, the FindProgram line for codesign looks like the line for Rez,
hdiutil, SetFile and so on. I don't know cmake sources enough... but
shouldn't it be the same here?


André
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/cmake-developers/attachments/20140929/e87b10fb/attachment-0002.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-CPack-Add-support-for-code-signing-of-bundles-on-Mac.patch
Type: text/x-diff
Size: 8662 bytes
Desc: not available
URL: <http://public.kitware.com/pipermail/cmake-developers/attachments/20140929/e87b10fb/attachment-0002.patch>


More information about the cmake-developers mailing list