Commit 4f80ee8d authored by A. Jesse Jiryu Davis's avatar A. Jesse Jiryu Davis
Browse files

CDRIVER-2293 add snappy/zlib flags to config files

When we bundle zlib and/or snappy, currently the Autotools build system
actually builds and installs the libraries alongside libmongoc. To link
statically to libmongoc in this configuration, you need to include the
full path to zlib and/or snappy in the link line.

This patch adds the full path to zlib/snappy in the CMake config file.

This is a temporary workaround until we fully vendor zlib/snappy in
CDRIVER-2363.
parent 48fae842
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment