mirror of
https://github.com/debauchee/barrier.git
synced 2024-11-30 01:53:17 +03:00
#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
Block a user