#5628 Fix net lib linkage on Ubuntu
This commit is contained in:
parent
b345eb4067
commit
e6a3caaf75
|
@ -52,5 +52,5 @@ if (WIN32)
|
|||
endif()
|
||||
|
||||
if (UNIX)
|
||||
target_link_libraries(net mt io)
|
||||
target_link_libraries(net mt io ${OPENSSL_LIBS})
|
||||
endif()
|
||||
|
|
Loading…
Reference in New Issue