diff --git a/assignment-client/CMakeLists.txt b/assignment-client/CMakeLists.txt index 3a2106250c..3c102e1f02 100644 --- a/assignment-client/CMakeLists.txt +++ b/assignment-client/CMakeLists.txt @@ -14,4 +14,3 @@ if (WIN32) endif() install_beside_console() -manually_install_ssl_eay() diff --git a/cmake/macros/InstallBesideConsole.cmake b/cmake/macros/InstallBesideConsole.cmake index d34f54ed77..e30a25a0f8 100644 --- a/cmake/macros/InstallBesideConsole.cmake +++ b/cmake/macros/InstallBesideConsole.cmake @@ -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() diff --git a/domain-server/CMakeLists.txt b/domain-server/CMakeLists.txt index e48657e20e..b7eb8c0138 100644 --- a/domain-server/CMakeLists.txt +++ b/domain-server/CMakeLists.txt @@ -41,4 +41,3 @@ if (WIN32) endif () install_beside_console() -manually_install_ssl_eay()