Pressing "STOP" in the CMake GUI interface halts CMake itself but does not
stop any execute_process that is going on at the time. This makes it hang
until the process finishes, since no interrupt is sent......

Aggravating when you're using an exterior script (e.g. a .exe or .py) that
e.g. handles package maintenance. Would hang up for the entire duration of
~40 minutes unless you force kill that sub process.

I think force-killing CMake GUI also won't forward the kill to the
exec_process, orphaning it.....>.<

Let me know any suggestions or possible fixes
-- 

Powered by www.kitware.com

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Kitware offers various services to support the CMake community. For more 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
https://cmake.org/mailman/listinfo/cmake

Reply via email to