[CMake] Scripting Ctest for dashboard submision

Trevor Kellaway tkellaway at asl-electronics.co.uk
Wed May 9 19:08:35 EDT 2007


Alex,

> Unfortunatly, everything goes fine except the submission 
> part. The /<binary-tree>/Testing/ folder is created at the 
> configuration time, but the intermediate directory is not 
> created and thus, the xml files are not present when Ctest 
> try to send them.

Which intermediate directory? Please give us an example.

As a workaround, you can get your CMake script to create any directories
at configure time with:

 FILE (MAKE_DIRECTORY my_dir)

 - TrevK


More information about the CMake mailing list