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

msgpack: support more package names

parent 2f1aef27
No related branches found
No related tags found
No related merge requests found
...@@ -359,7 +359,7 @@ target_link_libraries(opendht ...@@ -359,7 +359,7 @@ target_link_libraries(opendht
${FMT_LIBRARY} ${FMT_LIBRARY}
) )
if (NOT HAVE_MSGPACKCXX) if (NOT HAVE_MSGPACKCXX)
target_link_libraries(opendht PUBLIC MSGPACK_TARGET) target_link_libraries(opendht PUBLIC ${MSGPACK_TARGET})
endif() endif()
if (Jsoncpp_FOUND) if (Jsoncpp_FOUND)
target_link_libraries(opendht PUBLIC PkgConfig::Jsoncpp) target_link_libraries(opendht PUBLIC PkgConfig::Jsoncpp)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment