Change cases of Windows include file and link library

When cross-compiling on case sensitive systems, such as Linux, there will be an Error.
This commit is contained in:
Bohan Yu 2020-05-13 21:00:52 +08:00
parent a8e91bb888
commit a797d808b5
3 changed files with 3 additions and 3 deletions

View file

@ -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()