mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01: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()
|
||||
|
||||
install_beside_console()
|
||||
manually_install_ssl_eay()
|
||||
|
|
|
@ -67,5 +67,6 @@ macro(install_beside_console)
|
|||
# set variables used by manual ssleay library copy
|
||||
set(TARGET_INSTALL_DIR ${COMPONENT_DESTINATION})
|
||||
set(TARGET_INSTALL_COMPONENT ${SERVER_COMPONENT})
|
||||
manually_install_ssl_eay()
|
||||
|
||||
endmacro()
|
||||
|
|
|
@ -41,4 +41,3 @@ if (WIN32)
|
|||
endif ()
|
||||
|
||||
install_beside_console()
|
||||
manually_install_ssl_eay()
|
||||
|
|
Loading…
Reference in a new issue