<div dir="ltr">I cannot stop my visual studio command line builds with ctrl-C anymore...<div><br></div><div>previously BUILD_COMMAND() would return (msbuild in my case cause I overrode it) but I was able to hit ctrl-C to stop the build; now only ctrl-break works... should check the break handler for cmake... since now it returns 'cmake --build' ....</div>
<div><br></div><div>Which is kind of strange; and is probably a new behavior because I used to use cmake --build . all the time and don't remember having to use ctrl-break to cancel build.</div></div>