From 43265dd4468f0a01ff92ed0ccabce65716c39a91 Mon Sep 17 00:00:00 2001 From: XMRig Date: Sat, 23 May 2020 11:09:37 +0700 Subject: [PATCH] Fixed library name. --- cmake/OpenSSL.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/OpenSSL.cmake b/cmake/OpenSSL.cmake index 3f26dbd..c05ee86 100644 --- a/cmake/OpenSSL.cmake +++ b/cmake/OpenSSL.cmake @@ -5,7 +5,7 @@ if (WITH_TLS) set(OPENSSL_USE_STATIC_LIBS TRUE) set(OPENSSL_MSVC_STATIC_RT TRUE) - set(EXTRA_LIBS ${EXTRA_LIBS} Crypt32) + set(EXTRA_LIBS ${EXTRA_LIBS} crypt32) elseif (APPLE) set(OPENSSL_USE_STATIC_LIBS TRUE) endif()