This repository has been archived by the owner. It is now read-only.
Permalink
Browse files

#5628 Fix net lib linkage on Ubuntu

  • Loading branch information...
nlyan committed Oct 4, 2016
1 parent b345eb4 commit e6a3caaf75d88441072fde03b507929786c11a2d
Showing with 1 addition and 1 deletion.
  1. +1 −1 src/lib/net/CMakeLists.txt
@@ -52,5 +52,5 @@ if (WIN32)
endif()
if (UNIX)
- target_link_libraries(net mt io)
+ target_link_libraries(net mt io ${OPENSSL_LIBS})
endif()

0 comments on commit e6a3caa

Please sign in to comment.