Re: [CMake] Continue install after a failure

2012-10-23 Thread Petr Kmoch
On Mon, Oct 22, 2012 at 4:58 PM, David Cole david.c...@kitware.com wrote: On Mon, Oct 22, 2012 at 3:22 AM, Petr Kmoch petr.km...@gmail.com wrote: Hi Andreas, thanks for your tip. Unfortunately, 'make -k install' doesn't help, as the entire install step is a single command (cmake -P

Re: [CMake] Continue install after a failure

2012-10-23 Thread David Cole
On Tue, Oct 23, 2012 at 2:53 AM, Petr Kmoch petr.km...@gmail.com wrote: On Mon, Oct 22, 2012 at 4:58 PM, David Cole david.c...@kitware.com wrote: On Mon, Oct 22, 2012 at 3:22 AM, Petr Kmoch petr.km...@gmail.com wrote: Hi Andreas, thanks for your tip. Unfortunately, 'make -k install'

Re: [CMake] Continue install after a failure

2012-10-23 Thread Eric Noulard
2012/10/23 David Cole david.c...@kitware.com: On Tue, Oct 23, 2012 at 2:53 AM, Petr Kmoch petr.km...@gmail.com wrote: On Mon, Oct 22, 2012 at 4:58 PM, David Cole david.c...@kitware.com wrote: On Mon, Oct 22, 2012 at 3:22 AM, Petr Kmoch petr.km...@gmail.com wrote: Hi Andreas, thanks for

Re: [CMake] Continue install after a failure

2012-10-23 Thread Petr Kmoch
On Tue, Oct 23, 2012 at 1:07 PM, Eric Noulard eric.noul...@gmail.comwrote: 2012/10/23 David Cole david.c...@kitware.com: On Tue, Oct 23, 2012 at 2:53 AM, Petr Kmoch petr.km...@gmail.com wrote: On Mon, Oct 22, 2012 at 4:58 PM, David Cole david.c...@kitware.com wrote: On Mon, Oct 22,

Re: [CMake] Continue install after a failure

2012-10-22 Thread Petr Kmoch
Hi Andreas, thanks for your tip. Unfortunately, 'make -k install' doesn't help, as the entire install step is a single command (cmake -P ...), so once this fails, there is no other command make could continue with. Is there no way to do this natively in cmake? I could (in theory) add OPTIONAL to

Re: [CMake] Continue install after a failure

2012-10-22 Thread David Cole
On Mon, Oct 22, 2012 at 3:22 AM, Petr Kmoch petr.km...@gmail.com wrote: Hi Andreas, thanks for your tip. Unfortunately, 'make -k install' doesn't help, as the entire install step is a single command (cmake -P ...), so once this fails, there is no other command make could continue with. Is

[CMake] Continue install after a failure

2012-10-20 Thread Petr Kmoch
Hi all, when running the install step of a CMake-generated buildsystem (i.e. 'make install' or building the VS project INSTALL), the run terminates after the first failure (e.g. when it cannot find a file which is to be installed). Is there a way to globally change this behaviour so that the

Re: [CMake] Continue install after a failure

2012-10-20 Thread Andreas Pakulat
Hi, On Sat, Oct 20, 2012 at 11:39 AM, Petr Kmoch petr.km...@gmail.com wrote: when running the install step of a CMake-generated buildsystem (i.e. 'make install' or building the VS project INSTALL), the run terminates after the first failure (e.g. when it cannot find a file which is to be