Skip to content

Commit

Permalink
xxx
Browse files Browse the repository at this point in the history
  • Loading branch information
LDVG committed Oct 16, 2024
1 parent c382ddb commit 714e0e6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,8 @@ if(MSVC)
set(ZLIB_LIBRARIES zlib1)
endif()
if(NOT CRYPTO_LIBRARIES)
set(CRYPTO_LIBRARIES crypto)
find_library(CRYPTO_LIBRARIES crypto PATHS ${CRYPTO_LIBRARY_DIRS})
# set(CRYPTO_LIBRARIES crypto)
endif()

set(MSVC_DISABLED_WARNINGS_LIST
Expand Down

0 comments on commit 714e0e6

Please sign in to comment.