mirror of
https://github.com/opentx/opentx.git
synced 2025-07-13 19:40:20 +03:00
Issue with SSL
This commit is contained in:
parent
0601e3c837
commit
28d13c8a6a
1 changed files with 4 additions and 2 deletions
|
@ -446,11 +446,13 @@ elseif(WIN32)
|
||||||
if (OPENSSL_FOUND)
|
if (OPENSSL_FOUND)
|
||||||
message(STATUS ${OPENSSL_SSL_LIBRARY})
|
message(STATUS ${OPENSSL_SSL_LIBRARY})
|
||||||
|
|
||||||
|
get_filename_component(OPENSSL_SSL_LIBRARY_DIR ${OPENSSL_SSL_LIBRARY} DIRECTORY)
|
||||||
|
|
||||||
file(GLOB dlls "${OPENSSL_SSL_LIBRARY}/../*.dll")
|
|
||||||
|
file(GLOB dlls "${OPENSSL_SSL_LIBRARY_DIR}/../*.dll")
|
||||||
message(STATUS ${dlls})
|
message(STATUS ${dlls})
|
||||||
|
|
||||||
file(GLOB dlls "${OPENSSL_SSL_LIBRARY}/../bin/*.dll")
|
file(GLOB dlls "${OPENSSL_SSL_LIBRARY_DIR}/../bin/*.dll")
|
||||||
message(STATUS ${dlls})
|
message(STATUS ${dlls})
|
||||||
|
|
||||||
endif()
|
endif()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue