David Cole wrote:
sequentially...
On Tue, Jun 16, 2009 at 3:19 AM, Denis Scherbakov
<[email protected] <mailto:[email protected]>> wrote:
I have multiple commands specified in one EXECUTE_PROCESS call like:
EXECUTE_PROCESS(COMMAND cmd1 ... COMMAND cmd2 ... COMMAND cmd3...)
Can anybody tell me if these commands are executed sequentially or in
parallel? Also what about ADD_CUSTOM_COMMAND, .. TARGET and so on?
For add_custom_command and add_custom_target it is sequential.
For execute_process:
http://www.cmake.org/cmake/help/cmake2.6docs.html#command:execute_process
"Runs the given sequence of one or more commands with the standard
output of each process piped to the standard input of the next. A
single standard error pipe is used for all processes."
-Brad
_______________________________________________
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