Re: [cmake-developers] BundleUtilities check exit code

2015-02-11 Thread Ruslan Baratov via cmake-developers
On 10-Feb-15 19:01, Brad King wrote: On 02/09/2015 12:17 PM, Ruslan Baratov via cmake-developers wrote: This patch let do the check that exit code is 0, i.e. install_name_tool exits successfully. Applied with minor refactoring: BundleUtilities: Teach fixup_bundle to check install_name_tool r

Re: [cmake-developers] BundleUtilities check exit code

2015-02-10 Thread Brad King
On 02/09/2015 12:17 PM, Ruslan Baratov via cmake-developers wrote: > This patch let do the check that exit code is 0, i.e. install_name_tool > exits successfully. Applied with minor refactoring: BundleUtilities: Teach fixup_bundle to check install_name_tool result http://cmake.org/gitweb?p=cma

[cmake-developers] BundleUtilities check exit code

2015-02-09 Thread Ruslan Baratov via cmake-developers
Hi, This patch let do the check that exit code is 0, i.e. install_name_tool exits successfully. Ruslan From 74a52160f7b74907acfcbca91b925ea5589019b7 Mon Sep 17 00:00:00 2001 From: Ruslan Baratov Date: Mon, 9 Feb 2015 20:09:41 +0300 Subject: [PATCH] fixup_bundle: check execute_process succeed