On Fri, Dec 24, 2010 at 04:19:16AM +0000, luxInteg wrote:
> in an execute_process() function with ${ECHO}  (/bin/echo)    what does one 
> set for WORKING_DIRECTORY?

1. I would use ${CMAKE_COMMAND} -E echo rather than /bin/echo.

2. I would not set WORKING_DIRECTORY unless I needed it for some reason.
If I needed it, wouldn't it be pretty obvious which directory to use?

tyler
_______________________________________________
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

Reply via email to