$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] Fwd: Installing CMake configuration files
From: Peter Dimov (pdimov_at_[hidden])
Date: 2018-10-20 03:15:30
Steven Watanabe wrote:
...
>>> * I'm not fond of the ROOT parameter for boost-install.boost-install.
...
>>> * If generate-cmake-config takes the library as a source, then it's
>>> possible to derive [...] the exact library name from the library target.
I implemented these suggestions of yours and this resulted in significantly
improved code and as a side effect fixed a bug with the handling of a
relative --stagedir. Thanks.