diff options
author | luigi1111 <luigi1111w@gmail.com> | 2019-10-25 13:56:06 -0500 |
---|---|---|
committer | luigi1111 <luigi1111w@gmail.com> | 2019-10-25 13:56:06 -0500 |
commit | 9a995f338a5a3402449b5028ae0ef08ed149fc0b (patch) | |
tree | ce21e326727e5613903bacbdcb82f7fd62832b90 /src | |
parent | Merge pull request #6022 (diff) | |
parent | net: link with libzmq (diff) | |
download | monero-9a995f338a5a3402449b5028ae0ef08ed149fc0b.tar.xz |
Merge pull request #6023
643dcb9 net: link with libzmq (moneromooo-monero)
Diffstat (limited to 'src')
-rw-r--r-- | src/net/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/CMakeLists.txt b/src/net/CMakeLists.txt index 339587ffa..1ce7118ad 100644 --- a/src/net/CMakeLists.txt +++ b/src/net/CMakeLists.txt @@ -32,5 +32,5 @@ set(net_headers dandelionpp.h error.h i2p_address.h parse.h socks.h socks_connec tor_address.h zmq.h) monero_add_library(net ${net_sources} ${net_headers}) -target_link_libraries(net common epee ${Boost_ASIO_LIBRARY}) +target_link_libraries(net common epee ${ZMQ_LIB} ${Boost_ASIO_LIBRARY}) |