Hello,
I have a function in a cmake module that is being invoked with the purpose of
running some scripts prior to the execution of tests. To do so, there is a call
to execute_process to make sure nothing will impede the set-up of the
environment for the tests. That runs to completion. The second is the one that
sets up the environment for the tests. It is a python script that starts
processes, about a dozen, and then returns. The problem is that, even though
the script seems to finish and invoke it's return value, the execute_command
does not seem to finish executing, unless the recently set up processes are
terminated. Is this behaviour expected? Is there any way around this? The
processes are definitely needed for the tests and cannot be done without.
Thank you very much for any help.
------
Dan
--
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