[CMake] making to compile regardless of compile errors?

Hendrik Sattler post at hendrik-sattler.de
Mon Oct 5 12:57:54 EDT 2009


Am Montag 05 Oktober 2009 17:31:54 schrieb Yong Choo:
> 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).

make -k

(actually the default on emacs' compile command ;) )

HS


More information about the CMake mailing list