[CMake] Why does build_command() return a command that ignores errors?
J Decker
d3ck0r at gmail.com
Fri Apr 11 13:37:55 EDT 2014
build_command( BUILD_COMMAND CONFIGURATION ${CMAKE_BUILD_TYPE} PROJECT_NAME
something TARGET install )
results in 'make -i install' so if there are errors in compiling, it
installs anyway, obliterating the errors.
So Why is there an ignore error flag on BULD_COMMAND?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.cmake.org/pipermail/cmake/attachments/20140411/169717c3/attachment.html>
More information about the CMake
mailing list