11 Mar
2019
11 Mar
'19
10:25 p.m.
Steven Watanabe wrote:
a) The extension should be stripped unconditionally: lib-names = $(lib-names:S=) ;
Doesn't seem so simple. I stripped the suffixes in boost-install, then tried to `boost_install boost_zlib` in the Iostreams Jamfile when ZLIB_SOURCE is set, but it doesn't work, because the target isn't called `boost_zlib`, it's `boost_zlib.1`.
What's the intended path forward (in general, not specifically for the CMake configurations) when a second Boost library wants to use zlib and bzip2?
I'm not sure. Before boost_install, I would have said that it will Just Work (TM).
Wouldn't it hit the `errror` at https://github.com/boostorg/build/blob/develop/src/tools/zlib.jam#L162 ?