mirror of
https://github.com/opentx/opentx.git
synced 2025-07-13 11:29:51 +03:00
Issue with SSL
This commit is contained in:
parent
28d13c8a6a
commit
64ea7211fb
1 changed files with 6 additions and 1 deletions
|
@ -448,11 +448,16 @@ elseif(WIN32)
|
||||||
|
|
||||||
get_filename_component(OPENSSL_SSL_LIBRARY_DIR ${OPENSSL_SSL_LIBRARY} DIRECTORY)
|
get_filename_component(OPENSSL_SSL_LIBRARY_DIR ${OPENSSL_SSL_LIBRARY} DIRECTORY)
|
||||||
|
|
||||||
|
file(GLOB dlls "${OPENSSL_SSL_LIBRARY_DIR}/..")
|
||||||
|
list(JOIN dlls " " dlls)
|
||||||
|
message(STATUS ${dlls})
|
||||||
|
|
||||||
file(GLOB dlls "${OPENSSL_SSL_LIBRARY_DIR}/../*.dll")
|
file(GLOB dlls "${OPENSSL_SSL_LIBRARY_DIR}/*.dll")
|
||||||
|
list(JOIN dlls " " dlls)
|
||||||
message(STATUS ${dlls})
|
message(STATUS ${dlls})
|
||||||
|
|
||||||
file(GLOB dlls "${OPENSSL_SSL_LIBRARY_DIR}/../bin/*.dll")
|
file(GLOB dlls "${OPENSSL_SSL_LIBRARY_DIR}/../bin/*.dll")
|
||||||
|
list(JOIN dlls " " dlls)
|
||||||
message(STATUS ${dlls})
|
message(STATUS ${dlls})
|
||||||
|
|
||||||
endif()
|
endif()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue