Remember that change that was made to make pressing stop in cmake-gui more responsive? I&#39;m finding an issue now where during configure, if I stop, it stops without failing, which allows me to press generate on a partial configuration. I&#39;m not sure if this is a bug of feature but I thought I&#39;d mention it. I output text in my CMake scripts for each target I create and configure:<div>
<br></div><div><p style="margin:0px">Checking for new third party libraries (might take a few minutes)...</p>
<p style="margin:0px">_copy_dlls being generated (may take a while)</p>
<p style="margin:0px"></p>
<p style="margin:0px">BUILD_VERSION is: 6.3.2.14</p>
<p style="margin:0px"> </p>
<p style="margin:0px">+ testharness --&gt; common/testharness/CMakeLists.txt</p>
<p style="margin:0px">+ gdutil --&gt; common/util/CMakeLists.txt</p>
<p style="margin:0px">Configuring done</p>
<p style="margin:0px">Generating done</p><p style="margin:0px"><br></p><p style="margin:0px">I pressed stop and nothing failed after configuring &#39;gdutil&#39; target. I have at least 100 other targets that are supposed to generate after that. Thoughts?</p>
</div>