<div dir="ltr"><div>Seems like a pretty big issue though, if people have to open task manager every time they rethink what they're doing in CMake and what not.<br><br></div><div>Maybe someone has a workaround or something.<br><br></div><div>And #1 might not be possible if CMake is monitoring a file instead of printing input to console & file.........<br></div></div><br><div class="gmail_quote"><div dir="ltr">On Sat, Dec 22, 2018 at 2:56 PM frodak17 <<a href="mailto:frodak17@gmail.com">frodak17@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr">On Sat, Dec 22, 2018 at 5:17 PM Person Withhats <<a href="mailto:personwithhats2@gmail.com" target="_blank">personwithhats2@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div dir="ltr"><div><br></div><p style="margin:0px;text-indent:0px">2) Pressing 'Stop' does not halt processes spun up by execute_process, CMake waits until they finish before exiting.....very aggrevating!<br></p></div></div><br></blockquote><div><br></div><div>Looks like this would require a code change how the GUI works and the internal way execute_process works. Now execute_process knows how to cancel a process due to time out, but it didn't seem to check for anything else. Essentially it looks like execute_process needs to be signaled by the button press to cancel the process in addition to checking for timeout. There are other internal interrupt flags that seem to be set when the GUI stop button is pressed. Anyways this is what I noticed in the code base.</div></div></div>
</blockquote></div>