Re: [cmake-developers] explicit custom command side-effects

2014-11-17 Thread Brad King
On 10/08/2014 10:26 AM, Brad King wrote: > Both add_custom_target and add_custom_command can run operations that > produce side-effects. Both commands need a way to specify any side > effects they produce. Perhaps a new option like "GENERATES" can be > added for this. For reference in list archi

Re: [cmake-developers] explicit custom command side-effects (was: Severe regression caused by #14972 fixes)

2014-10-08 Thread Brad King
On 10/08/2014 09:55 AM, Adam Strzelecki wrote: > We lack OUTPUT for add_custom_target. > > I can work on OUTPUT support for add_custom_target if you want? This is not just about add_custom_target, and it is not about OUTPUT. Custom targets have no explicit output by design, but they can have DEPE