12 Mar
2019
12 Mar
'19
1:03 a.m.
Steven Watanabe wrote:
Also, checking ZLIB_SOURCE is wrong, because the path can also be specified in user-config.jam.
Yes, in principle. It's still significantly less wrong than it was. I'll need to try and see what happens with <source> in user-config. Probably nothing good, because one would expect neither <build-name> nor <tag> to be specified in such a case.
We still need to indicate the dependency on zlib somehow, right. If we don't create a boost_zlib.cmake file, then we'll need find_dependency(ZLIB) or something similar.
Yes, I had to hack around this by doing https://github.com/boostorg/boost_install/commit/cf4b78006e8f22fb883ad56ce58...