$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-build] Language specific include paths
From: Daniel James (dnljms_at_[hidden])
Date: 2018-02-14 13:23:36
Hi,
When building quickbook in boost, there's an include path to boost
root. I think that's because the 'project' in Jamroot has
'requirements <include>.' which gets picked up by quickbook. This
isn't really a problem here as there aren't many quickbook files
hanging around in boost root, but it's not ideal. So is it possible to
make the include requirement only apply to C/C++ builds? I think it's
a bit late to change the quickbook toolset so that it doesn't use
<include>,
thanks,
Daniel