On 20. Oct, 2010, at 9:01 , Micha Renner wrote: > Is there a way to specify a WORKING_DIRECTORY for ADD_TEST, similar > ADD_CUSTOM_COMMAND? > > Greetings > > Micha
No, unfortunately not. You will have to wrap EXECUTE_PROCESS in a CMake script
and use that script as the test using "${CMAKE_COMMAND} -P
/path/to/script.cmake".
HTH and is not too terse...
Michael
--
There is always a well-known solution to every human problem -- neat,
plausible, and wrong.
H. L. Mencken
PGP.sig
Description: This is a digitally signed message part
_______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://www.cmake.org/mailman/listinfo/cmake
