[CMake] Non-blocking execute_process ?

Mathieu Malaterre mathieu.malaterre at gmail.com
Thu Nov 4 04:56:58 EDT 2010


Hi there,

  For my test suite, I need to spawn a process, but I do not want to
wait for it to complete (it will be actually listening during the test
execution). AFAIK execute_process will wait until TIMEOUT expires. Is
there another non-blocking function I could use in between
ctest_configure() and ctest_test() ?

Thanks,
-- 
Mathieu


More information about the CMake mailing list