#5628 Fix net lib linkage on Ubuntu

This commit is contained in:
Andrew Nelless 2016-10-04 15:51:07 +01:00
parent b345eb4067
commit e6a3caaf75
1 changed files with 1 additions and 1 deletions

View File

@ -52,5 +52,5 @@ if (WIN32)
endif()
if (UNIX)
target_link_libraries(net mt io)
target_link_libraries(net mt io ${OPENSSL_LIBS})
endif()