I cannot stop my visual studio command line builds with ctrl-C anymore...

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' ....

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.
-- 

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:
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to