mirror of
https://github.com/overte-org/overte.git
synced 2025-04-15 00:10:00 +02:00
call manual install of ssleay from console install
This commit is contained in:
parent
cf5b6198fd
commit
0876da7a7d
3 changed files with 1 additions and 2 deletions
|
@ -14,4 +14,3 @@ if (WIN32)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
install_beside_console()
|
install_beside_console()
|
||||||
manually_install_ssl_eay()
|
|
||||||
|
|
|
@ -67,5 +67,6 @@ macro(install_beside_console)
|
||||||
# set variables used by manual ssleay library copy
|
# set variables used by manual ssleay library copy
|
||||||
set(TARGET_INSTALL_DIR ${COMPONENT_DESTINATION})
|
set(TARGET_INSTALL_DIR ${COMPONENT_DESTINATION})
|
||||||
set(TARGET_INSTALL_COMPONENT ${SERVER_COMPONENT})
|
set(TARGET_INSTALL_COMPONENT ${SERVER_COMPONENT})
|
||||||
|
manually_install_ssl_eay()
|
||||||
|
|
||||||
endmacro()
|
endmacro()
|
||||||
|
|
|
@ -41,4 +41,3 @@ if (WIN32)
|
||||||
endif ()
|
endif ()
|
||||||
|
|
||||||
install_beside_console()
|
install_beside_console()
|
||||||
manually_install_ssl_eay()
|
|
||||||
|
|
Loading…
Reference in a new issue