18 Jul
2017
18 Jul
'17
8:33 p.m.
On Tue, Jul 18, 2017 at 3:24 PM, Chris Glover via Boost < boost@lists.boost.org> wrote: [snip] internal package manager before I can upgrade boost. Currently, all I need
to do it write a script called from our custom build system that does something like;
- call bootstrap - call b2 with appropriate flags (this is the hard part) - add the include path - synthesize the link libraries
What's nice about this is that there are no dependencies -- everything is completely self contained, and I like that.
There is no reason why Boost+CMake can't do that too. Zach