Re: [cmake-developers] [CMake 0016082]: Support alternative download URL in ExternalProject_Add

2016-04-29 Thread A. Klitzing
03:13 PM, A. Klitzing wrote: >> - message(FATAL_ERROR \"error: downloading '${remote}' failed >> + message(WARNING \"downloading '\${url}' failed > > Thanks for working on this! Please revise the logic to collect > the list of failed URLs in a list and report an erro

Re: [cmake-developers] [CMake 0016082]: Support alternative download URL in ExternalProject_Add

2016-04-28 Thread A. Klitzing
Hi there! I added that feature in the attached patch. Best regards André Klitzing From 856b9e78b00180a232d4b9d498a726489778a07d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Klitzing?= <aklitz...@gmail.com> Date: Thu, 28 Apr 2016 21:03:26 +0200 Subject: [PATCH] Add s

Re: [cmake-developers] [Patch] Add option --no-return-code

2015-08-18 Thread A. Klitzing
...@kitware.com: On 08/13/2015 04:09 PM, A. Klitzing wrote: We use ctest on Jenkins in a shell build step. Jenkins will FAIL the build if the last command (ctest) will return a non-zero return code even the configured UNSTABLE/FAIL threshold is not reached. This won't be necessary if ctest could

[cmake-developers] [Patch] Add option --no-return-code

2015-08-13 Thread A. Klitzing
another useless command after it. This won't be necessary if ctest could ignore the return codes. Best regards André Klitzing From 2829f563b5b7454337471e44e3e648e0acddc9a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Klitzing?= aklitz...@gmail.com Date: Thu, 13 Aug 2015 21:52:10 +0200

Re: [cmake-developers] Support of codesign

2015-03-18 Thread A. Klitzing
Ping? :-) Am 11.03.2015 13:21 schrieb A. Klitzing aklitz...@gmail.com: Hi there! I added another improvement to the codesign feature. Sometimes it is helpful to overwrite or pass additional parameters like --timestamp=none to codesign. But this shouldn't be the default for everyone. So I

Re: [cmake-developers] Support of codesign

2015-03-11 Thread A. Klitzing
it. Regards André 2015-02-20 16:20 GMT+01:00 Clinton Stimpson clin...@elemtech.com: On Friday, February 20, 2015 12:07:55 PM A. Klitzing wrote: Hi Clint, I have another patch to tweak the error output a little bit. If codesign fails it won't be possible to get the error message of codesign

Re: [cmake-developers] Support of codesign

2015-02-20 Thread A. Klitzing
if it fails. Best regards André Klitzing 2014-10-28 19:22 GMT+01:00 Clinton Stimpson clin...@elemtech.com: Thanks for the patch. Its in the repository now. http://www.cmake.org/gitweb?p=cmake.git;a=commit;h=bd3fbf3 Clint From ad4671b3c469f3f3eb89e227b54c40cb09b25474 Mon Sep 17 00:00:00 2001

Re: [cmake-developers] Support of codesign

2014-10-28 Thread A. Klitzing
Hi there! As requested... I renamed the 3 APPLE variables to BUNDLE_APPLE in attached patch. Thanks André Klitzing Clinton Stimpson clin...@elemtech.com schrieb am Mon Oct 27 2014 at 17:42:50: Hi André, I can help you get this patch into the git repo. But before doing that, Brad

Re: [cmake-developers] Support of codesign

2014-10-21 Thread A. Klitzing
cmake should support more codesigning tools by itself to unify the handling. For example we sign our MSI for windows with a custom command. This could be integrated into a unifed CPACK variable. Best regards André Klitzing From 35668d825188719dae86cf03ce5f8ad5ace2f0f6 Mon Sep 17 00:00:00 2001

Re: [cmake-developers] Support of codesign

2014-09-29 Thread A. Klitzing
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

Re: [cmake-developers] Support of codesign

2014-09-26 Thread A. Klitzing
Well, first patch had a little mistake. I attached an update... From 4e19b766ff26a73f4667d8f88ab6ad64c40c37d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Klitzing?= aklitz...@gmail.com Date: Fri, 26 Sep 2014 09:28:02 +0200 Subject: [PATCH] Add support for codesign on MacOS ---

[cmake-developers] Support of codesign

2014-09-25 Thread A. Klitzing
it. Is it possible to add it to cmake 3.1? Original commits are taken from github: https://github.com/iPenguin/cmake Best regards André Klitzing From 2e2245942f9d30b4703f79584a2f48a801aac8ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Klitzing?= aklitz...@gmail.com Date: Thu, 25 Sep