[CMake] how to set the location for the LastTest.log

2008-10-31 Thread daniel trindade
By default, LastTest.log is generated in SRC_ROOT/Testing/Temporary. 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. Thank you for your help. Daniel ___ CMake

Re: [CMake] how to set the location for the LastTest.log

2008-10-31 Thread Eric Noulard
2008/10/31 daniel trindade [EMAIL PROTECTED]: 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