Remember that change that was made to make pressing stop in cmake-gui more responsive? I'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'm not sure if this is a bug of feature but I thought I'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 --> common/testharness/CMakeLists.txt</p>
<p style="margin:0px">+ gdutil --> 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 'gdutil' target. I have at least 100 other targets that are supposed to generate after that. Thoughts?</p>
</div>