Boost logo

Boost :

Subject: Re: [boost] Build: Trying to get Boost.Build toseemyOpenSSLonWindows
From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2016-10-02 14:17:07


AMDG

On 10/02/2016 11:13 AM, Peter Dimov wrote:
>
> And, to get back to the problem at hand, is there something that one can
> put into user-config.jam or site-config.jam to set the global 'include'
> and 'library-path' instead of passing them on the command line?
>

Yes. Any properties can be set at the project level
by the project rule:

project : requirements <library-path>/x/y/z <include>/a/b/c ;

These requirements are inherited by subprojects
and since user-config is the parent project of
Jamroot, if you put this in user-config, it
will affect all projects.

In Christ,
Steven Watanabe


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk