11 Mar
2019
11 Mar
'19
11:22 p.m.
Steven Watanabe wrote:
IOStreams shouldn't refer to boost_zlib. It should use /zlib//zlib...
Yes, I belatedly figured that part out, too. This works: https://github.com/boostorg/iostreams/commit/703e9a077b899417ead9fb6c35db8f0...
conditioned only on NO_ZLIB/NO_COMPRESSION.
Well, no. If zlib is not built from source, we shouldn't be installing a CMake configuration file for boost_zlib. Although... maybe we should, as long as it somehow refers in its IMPORTED_LOCATION to the preinstalled library. Will this work?