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 _______________________________________________ CMake mailing list [email protected] http://www.cmake.org/mailman/listinfo/cmake
