mirror of
https://github.com/overte-org/overte.git
synced 2025-07-24 00:24:00 +02:00
Revert "comment out manual ssleay copying"
This reverts commit 0355e816b0
.
This commit is contained in:
parent
2af10d6baa
commit
d4597f9e8b
1 changed files with 5 additions and 5 deletions
|
@ -18,11 +18,11 @@ macro(manually_install_ssl_eay)
|
||||||
# so we have to call find_package(OpenSSL) here even though this target may not specifically need it
|
# so we have to call find_package(OpenSSL) here even though this target may not specifically need it
|
||||||
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 $<$<CONFIG:Debug>:${SSL_EAY_LIBRARY_DEBUG}> $<$<NOT:$<CONFIG:Debug>>:${SSL_EAY_LIBRARY_RELEASE}>
|
||||||
# DESTINATION ${TARGET_INSTALL_DIR}
|
DESTINATION ${TARGET_INSTALL_DIR}
|
||||||
# COMPONENT ${TARGET_INSTALL_COMPONENT}
|
COMPONENT ${TARGET_INSTALL_COMPONENT}
|
||||||
# )
|
)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
endmacro()
|
endmacro()
|
||||||
|
|
Loading…
Reference in a new issue