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
_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to