
troy d. straszheim wrote:
Kenny Riddile wrote:
I'm just looking forward to the day when the current CMake support exposes all of this optional functionality (variants, zlib, bzip2, etc.) as CMake variables that I can happily configure via the CMake gui, push a button, and build exactly what I want.
AFAIK it does already. You could join the boost-cmake list:
http://lists.boost.org/mailman/listinfo.cgi/boost-cmake
-t
_______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost
After some digging in the current CMake scripts, I see that in the case of IOStreams, it searches in certain standard locations for both zlib and bzip2 and automatically adds support for them if they are found. This isn't quite what I was talking about above, but I guess that's a discussion for the CMake list.