$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] CMake Announcement from Boost Steering Committee
From: Klemens Morgenstern (klemens.morgenstern_at_[hidden])
Date: 2017-07-19 18:31:23
>> I'm afraid I don't understand. pre-built library targets
>> can have usage requirements just like any other target.
> But where does it get those usage requirements from? It should come from the
> original install. When I install boost(with b2 install or apt-get install), I
> see no files with bjam targets I can use.
use-project : boost : /where/ever/boost/is ;
lib foo : foo.cpp : <library>/boost//system ;
And that will also build your dependency.