[CMake] making to compile regardless of compile errors?

Bill Hoffman bill.hoffman at kitware.com
Mon Oct 5 11:48:13 EDT 2009


Yong Choo wrote:
> We are in process of porting s/w and We are trying to assess the # of 
> compilation errors that we will be encountering.
> 
> The problem is that the way our cmake build env is setup, the build 
> stops at the first encounter with an error.
> We would like to 'keep going' regardless of compiler detects errors or not.
> This way we can plan the resources that we need to setup (by tabulating 
> the errors).
> 
> Any help would be appreciated.
> 

make -i

-Bill


More information about the CMake mailing list