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

msgpack: support more package names

parent f88f9995
Branches
Tags
No related merge requests found
......@@ -61,7 +61,7 @@ if (NOT MSVC)
pkg_search_module (Nettle REQUIRED IMPORTED_TARGET nettle)
check_include_file_cxx(msgpack.hpp HAVE_MSGPACKCXX)
if (NOT HAVE_MSGPACKCXX)
find_package (msgpack REQUIRED CONFIG)
find_package (msgpack REQUIRED CONFIG NAMES msgpackc-cxx msgpack msgpack-cxx)
endif()
if (OPENDHT_TOOLS)
find_package (Readline 6 REQUIRED)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment