Re: [CMake] Build failure alerts

2009-03-09 Thread Alexander Neundorf
On Wednesday 04 March 2009, Iwan Aucamp wrote: > Hi > > Would it be possible to have CMAKE run a custom command with following > paramters if the build fails to compile: In general cmake is not running when something is compiled. What do you want to do ? > > * source file > * line number

Re: [CMake] Build failure alerts

2009-03-05 Thread Tyler Roscoe
On Wed, Mar 04, 2009 at 11:10:42PM +0200, Iwan Aucamp wrote: > Would it be possible to have CMAKE run a custom command with following > paramters if the build fails to compile: > >* source file >* line number > > So that the above can be used by a script to determine change set and > co

[CMake] Build failure alerts

2009-03-04 Thread Iwan Aucamp
Hi Would it be possible to have CMAKE run a custom command with following paramters if the build fails to compile: * source file * line number So that the above can be used by a script to determine change set and commiter and then send an email to the commiter to notify him of the fai