[CMake] install target and DEBUGRT_POSTFIX

2009-02-27 Thread daniel trindade
Hi, I'm having problems with the install(TARGETS ... command. In my project i set the property DEBUGRT_POSTFIX "_d" on each target so the files ends with "_d". This works fine, but when the command INSTALL(TARGETS mytarget RUNTIME DESTINATION lib LIBRARY DE

[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 m