<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>
Hello,<br><br>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.<br><br>Thank you very much for any help.<br><br>------<br>
Dan<br>                                            </div></body>
</html>