Michael Jackson schrieb:

External build scripts and such could be a reasonable choice. The only thing I don't like about external scripts is that they are generally NOT cross-platform and you end up writing a script for windows and one for Unix.

I'm happy to help the boost community implement what ever style we decide on in the end.


For simple tasks cmake can itself act as a (cross platform) script.
It suffices for creating build dirs, and calling the "real" cmake
build scripts.
(see FILE and EXECUTE_PROCESS commands)
Used carefully those don't create to much complexity and don't introduce additional dependencies.

HTH

Fabio

_______________________________________________
Boost-cmake mailing list
Boost-cmake@lists.boost.org
http://lists.boost.org/mailman/listinfo.cgi/boost-cmake

Reply via email to