Re: [CMake] add_custom_command depends on output from add_custom_target

2010-11-04 Thread SK
On Tue, Nov 2, 2010 at 12:28 PM, SK wrote: > > ADD_CUSTOM_TARGET( OUTPUT foo1 foo2 >   COMMAND "make foos" >   [DEPENDS [ALL]] ) > I filed a feature request for better external makefile support by way of output from add_custom_target() http://cmake.org/Bug/view.php?id=11407 __

Re: [CMake] add_custom_command depends on output from add_custom_target

2010-11-02 Thread SK
On Mon, Nov 1, 2010 at 11:25 PM, Rolf Eike Beer wrote: > Am Monday 01 November 2010 schrieb SK: >> I know add_custom_target does not produce output as far as CMake is >> concerned.  My situation is as follows: >> >> A traditional make process that I cannot modify produces a target on >> which I mu

Re: [CMake] add_custom_command depends on output from add_custom_target

2010-11-01 Thread Rolf Eike Beer
Am Monday 01 November 2010 schrieb SK: > I know add_custom_target does not produce output as far as CMake is > concerned. My situation is as follows: > > A traditional make process that I cannot modify produces a target on > which I must do some post-processing. > > I use add_custom_target to fo

Re: [CMake] add_custom_command depends on output from add_custom_target

2010-11-01 Thread Michael Hertling
On 11/01/2010 10:47 PM, SK wrote: > I know add_custom_target does not produce output as far as CMake is > concerned. My situation is as follows: > > A traditional make process that I cannot modify produces a target on > which I must do some post-processing. > > I use add_custom_target to force t

[CMake] add_custom_command depends on output from add_custom_target

2010-11-01 Thread SK
I know add_custom_target does not produce output as far as CMake is concerned. My situation is as follows: A traditional make process that I cannot modify produces a target on which I must do some post-processing. I use add_custom_target to force the makefile to always run. I use add_custom_comm