mirror of
https://github.com/lubosz/overte.git
synced 2025-08-07 19:01:09 +02:00
install the ssleay32 dll, not lib
This commit is contained in:
parent
f9c84f0913
commit
ba6c4d90df
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ macro(manually_install_ssl_eay)
|
||||||
find_package(OpenSSL REQUIRED)
|
find_package(OpenSSL REQUIRED)
|
||||||
|
|
||||||
install(
|
install(
|
||||||
FILES $<$<CONFIG:Debug>:${SSL_EAY_LIBRARY_DEBUG}> $<$<NOT:$<CONFIG:Debug>>:${SSL_EAY_LIBRARY_RELEASE}>
|
FILES "${OPENSSL_DLL_PATH}/ssleay32.dll"
|
||||||
DESTINATION ${TARGET_INSTALL_DIR}
|
DESTINATION ${TARGET_INSTALL_DIR}
|
||||||
COMPONENT ${TARGET_INSTALL_COMPONENT}
|
COMPONENT ${TARGET_INSTALL_COMPONENT}
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue