Skip to content
Snippets Groups Projects
Commit 62aefa69 authored by Adrien Béraud's avatar Adrien Béraud
Browse files

cmake: link msgpack with dhtnet instead of opendht

Change-Id: Ic33f34e4b1346948b42ca47383037a8c9779c5e6
parent 43b66c88
No related branches found
No related tags found
No related merge requests found
......@@ -189,7 +189,7 @@ else()
${WIN32_DEP_DIR}/../msvc/lib/libmsgpackc-cxx.lib)
endif()
if (NOT HAVE_MSGPACKCXX)
target_link_libraries(opendht PUBLIC ${MSGPACK_TARGET})
target_link_libraries(dhtnet PUBLIC ${MSGPACK_TARGET})
endif()
if (APPLE)
target_link_libraries(dhtnet PRIVATE "-framework CoreFoundation" "-framework Security" "resolv")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment