backend-infra-engineer: Pre-0.2.2 snapshot (2022)
This commit is contained in:
5
cmake/openssl.cmake
Normal file
5
cmake/openssl.cmake
Normal file
@@ -0,0 +1,5 @@
|
||||
if (UNIX)
|
||||
set(OPENSSL_INCLUDE_DIR "/usr/local/Cellar/openssl@1.1/1.1.1q/include")
|
||||
set(OPENSSL_CRYPTO_LIBRARY "/usr/local/Cellar/openssl@1.1/1.1.1q/lib/libcrypto.dylib")
|
||||
set(OPENSSL_SSL_LIBRARY "/usr/local/Cellar/openssl@1.1/1.1.1q/lib/libssl.dylib")
|
||||
endif()
|
||||
Reference in New Issue
Block a user