[CMake] Why does build_command() return a command that ignores errors?

David Cole dlrdave at aol.com
Fri Apr 11 14:21:02 EDT 2014


Here's a guess:

For dashboard submissions, some prefer to see *as many errors as
possible* at once in one go, so as to have the least turnaround time in
fixing errors on a remote system without having direct access to that
system.

To accommodate such a preference, the default flags have included -i
for years now...

So changing it now would be a behavioral change / backwards 
compatibility issue.

However, looks like this becomes a moot question as of 3.0:

     
http://www.cmake.org/cmake/help/v3.0/release/3.0.0.html#other-changes

(search the page for "build_command")


HTH,
David C.



More information about the CMake mailing list