You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
update your CMakeLists.txt
if your openssl install path is /usr/local/opt/openssl,
add this direct:
link_directories(/usr/local/opt/openssl/lib)
link_directories(/usr/lib)
include_directories(/usr/local/opt/openssl/include)
I'm on OS X 10.14.3 and configured cppkafka like this:
cmake -DRDKAFKA_ROOT_DIR=/Users/bstadin/dev/LoTUS/cppkafka/build -DCPPKAFKA_DISABLE_EXAMPLES=OFF ..
The library builds fine, but a subsequent make examples fails with:
This issue is often related to xcode command line build tools not being installed. Though, this is not the case for me and they are already installed:
One thought: openssl version prints:
LibreSSL 2.6.5
It's been OpenSSL on previous versions of OS X.
The text was updated successfully, but these errors were encountered: