call manual install of ssleay from console install

This commit is contained in:
Stephen Birarda 2016-01-15 13:03:18 -08:00
parent cf5b6198fd
commit 0876da7a7d
3 changed files with 1 additions and 2 deletions

View file

@ -14,4 +14,3 @@ if (WIN32)
endif()
install_beside_console()
manually_install_ssl_eay()

View file

@ -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()

View file

@ -41,4 +41,3 @@ if (WIN32)
endif ()
install_beside_console()
manually_install_ssl_eay()