Subject: Re: [boost] Build: Trying to get Boost.Build toseemyOpenSSLonWindows
From: Vinnie Falco (vinnie.falco_at_[hidden])
Date: 2016-10-07 18:42:37


On Fri, Oct 7, 2016 at 6:32 PM, Paul Fultz II <pfultz2_at_[hidden]> wrote:
> Can you just call cmake from bjam to get the configuration, like `cmake --find-package -DNAME=OpenSSL`? The only issue with that you would need to translate the bjam toolchain to the cmake toolchain.

Hmm... I'm not sure that is helpful for me - I need bjam to work
without cmake, so that my library builds correctly as part of Boost
(which currently, does not require cmake).