You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@celix.apache.org by GitBox <gi...@apache.org> on 2019/09/05 18:07:43 UTC

[GitHub] [celix] pnoltes commented on issue #46: Develop

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:
users@infra.apache.org


With regards,
Apache Git Services