
7 Feb
2011
7 Feb
'11
9:26 a.m.
There is something deeply flawed about the modularization design if it requires a switch to CMake.
Modularization doesn't *require* a switch to CMake at all. There's no reason the modularized boost couldn't be used with Boost.Build, provided someone was willing to make the (relatively minor) Jamfile changes that would be necessary.
If we organize like the sandbox, there's no real Boost.Build changes needed at all, just a requirement for the user to set a variable to point to a complete (integrated) boost tree somewhere (probably the release branch, which I'm assuming would be integrated). HTH, John.