Skip to content

Commit 714e0e6

Browse files
committed
xxx
1 parent c382ddb commit 714e0e6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CMakeLists.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,8 @@ if(MSVC)
188188
set(ZLIB_LIBRARIES zlib1)
189189
endif()
190190
if(NOT CRYPTO_LIBRARIES)
191-
set(CRYPTO_LIBRARIES crypto)
191+
find_library(CRYPTO_LIBRARIES crypto PATHS ${CRYPTO_LIBRARY_DIRS})
192+
# set(CRYPTO_LIBRARIES crypto)
192193
endif()
193194

194195
set(MSVC_DISABLED_WARNINGS_LIST

0 commit comments

Comments
 (0)