pnoltes commented on issue #46: Develop URL: https://github.com/apache/celix/pull/46#issuecomment-528506427 Could you update the FindOpenSSL.cmake with the following: find_path(OPENSSL_INCLUDE_DIR ssl.h crypto.h /usr/include/openssl /usr/local/include/openssl /usr/local/opt/openssl/include/openssl ${OPENSSL_DIR}/include/openssl) find_library(OPENSSL_LIBRARY NAMES ssl PATHS /usr/lib /usr/local/lib /usr/local/opt/openssl/lib ${OPENSSL_DIR}/lib) I think this fixes the build issues on OSX
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
