12 Jan
2018
12 Jan
'18
6:06 p.m.
On Fri, Jan 12, 2018 at 12:38 PM, Steven Watanabe via Boost < boost@lists.boost.org> wrote:
AMDG
On 01/12/2018 09:26 AM, James E. King, III via Boost wrote:
Seems like glob is somehow broken here. Not sure why, yet...
It's the `toolset.using`. The problem is that importing a module can change the current project, and glob searches relative to the current project. The `using` rule that is implicitly imported into Jamfile modules handles this correctly, but toolset.using does not. It worked for me because I had already set up doxygen in my user-config.jam, which made `toolset.using doxygen ;` a no-op.
In Christ, Steven Watanabe
Thanks, I'll try to fix that up. How did we generate documentation for 1.66.0 I wonder? :) - Jim