7 Oct
2016
7 Oct
'16
10:42 p.m.
On Fri, Oct 7, 2016 at 6:32 PM, Paul Fultz II
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).