Brad King wrote:

> Lots of generation APIs exit early and tolerate missing info.
> Without C++ exceptions and proper RAII we will not be able to
> have a general solution.

Yes.

What I'd like to see, if possible, is ensuring that a completely invalid 
buildsystem is created if a generate-time error is hit. At times I've hit 
cmake errors at generate-time, but most Makefiles are still generated, and 
'make' still works up to a point when it mysteriously (if the cmake error 
was not noticed) hits a problem.

Thanks,

Steve.


--

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://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers

Reply via email to