[CMake] how to set the location for the LastTest.log
Eric Noulard
eric.noulard at gmail.com
Fri Oct 31 13:20:32 EDT 2008
2008/10/31 daniel trindade <danielrtrindade1 at gmail.com>:
> By default, LastTest.log is generated in SRC_ROOT/Testing/Temporary.
I think it is generated in ${CMAKE_BINARY_DIR}/Testing/....
You must be building in-source.
> Is there a way to change this using some command in CMakeList.txt?
> I searched in cmake and ctest documentation, but i didn´t find anything.
may be you can change the
DartConfiguration.tcl
by hand instead of using the CMake generated one?
see
http://www.cmake.org/Wiki/CMake_Generating_Testing_Files
However I did not tried.
--
Erk
More information about the CMake
mailing list