I am attempting to install MySql connector c++ library on my Mac OS, but when I try to configure it as such:
cmake .. -DCMAKE_INSTALL_PREFIX=/usr/local/mysql/connector-c++-8.0
I get the following error in the middle:
Configuring CDK as part of MySQL_CONCPP project
-- Looking for SSL library.
CMake Error at cdk/cmake/DepFindSSL.cmake:79 (message):
Cannot find appropriate system libraries for SSL. Make sure you've
specified a supported SSL version. Consult the documentation for WITH_SSL
alternatives
Call Stack (most recent call first):
cdk/cmake/DepFindSSL.cmake:354 (main)
cdk/cmake/dependency.cmake:42 (include)
cdk/CMakeLists.txt:96 (find_dependency)
-- Setting up Protobuf.
Documentation for WITH_SSL option suggests I put in a path, but I have no clue what to put in