You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2022/10/09 15:55:49 UTC

[GitHub] [pulsar-client-cpp] merlimat commented on pull request #28: [fix] Force static libraries to be linked when LINK_STATIC is enabled

merlimat commented on PR #28:
URL: https://github.com/apache/pulsar-client-cpp/pull/28#issuecomment-1272571537

   @BewareMyPower CMake is now failing to find OpenSSL on Mac (installed with brew): 
   
   ```
   CMake Error at /opt/homebrew/Cellar/cmake/3.23.0/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:230 (message):
     Could NOT find OpenSSL, try to set the path to OpenSSL root folder in the
     system variable OPENSSL_ROOT_DIR (missing: OPENSSL_CRYPTO_LIBRARY
     OPENSSL_INCLUDE_DIR)
   Call Stack (most recent call first):
     /opt/homebrew/Cellar/cmake/3.23.0/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:594 (_FPHSA_FAILURE_MESSAGE)
     /opt/homebrew/Cellar/cmake/3.23.0/share/cmake/Modules/FindOpenSSL.cmake:578 (find_package_handle_standard_args)
     CMakeLists.txt:127 (find_package)
   
   ```


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org