Re: [CMake] Build logging

2010-08-18 Thread David Cole
Somewhat equivalent to -VV redirected to a log file is: -O , --output-log = Output to log file (from ctest --help ...) HTH, David On Wed, Aug 18, 2010 at 12:09 PM, Tyler Roscoe wrote: > On Wed, Aug 18, 2010 at 11:53:14AM +0200, Johny wrote: > > I am using a

Re: [CMake] Build logging

2010-08-18 Thread Tyler Roscoe
On Wed, Aug 18, 2010 at 11:53:14AM +0200, Johny wrote: > I am using a Ctest script to do a continuous build, however I can't seem > to find a way to log the output of my make system since when you give > ctest_build(BUILD src) it is automatically logged to the build.xml in > the Testing direc

[CMake] Build logging

2010-08-18 Thread Johny
Hey, I am using a Ctest script to do a continuous build, however I can't seem to find a way to log the output of my make system since when you give ctest_build(BUILD src) it is automatically logged to the build.xml in the Testing directory. Is there anyway i can log the output of the makefile