Merge branch 'master' of https://github.com/alxnegrila/xmrig into dev

This commit is contained in:
XMRig 2020-08-20 14:40:53 +07:00
commit 9f66d59c0a
No known key found for this signature in database
GPG Key ID: 446A53638BE94409

View File

@ -10,6 +10,11 @@ if (WITH_TLS)
set(OPENSSL_USE_STATIC_LIBS TRUE)
endif()
if (BUILD_STATIC)
set(OPENSSL_USE_STATIC_LIBS TRUE)
endif()
find_package(OpenSSL)
if (OPENSSL_FOUND)