[cmake-developers] Perforce Patch for CTest

Brad King brad.king at kitware.com
Thu Oct 17 15:33:56 EDT 2013


On 10/17/2013 03:23 PM, Pedro Navarro wrote:
> I experimented with nohup but from inside a shell script
> that was being executed from execute_process, but that didn't work.

You also need to disconnect the stdout/stderr pipes by redirecting
them to /dev/null.  Then execute_process can fully let go because
the pipes it uses to communicate with the child will be closed when
the shell exits.

-Brad



More information about the cmake-developers mailing list