The build for the Mongo C++ library is unable to link to the SSL libraries when the Mongo C driver is configured and built using `--ssl=auto/darwin`.
Previously, with the Mongo C++ driver at version 3.0.3, the CMake configuration was able to locate the Mongo C library and its dependencies (OpenSSL libraries) using pkg_config.
See the attached file for the commands and the output.
- is related to
-
CDRIVER-1058 Install CMake 'config' style files for find_package
- Closed