From c51d59a3a339860b33081d3e8a6a4e6cf3b59ecd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrien=20B=C3=A9raud?= <adrien.beraud@savoirfairelinux.com> Date: Sat, 11 Mar 2023 22:30:19 -0500 Subject: [PATCH] Revert "cmake: update msgpack package name" This reverts commit b9d7957bf696eb8fdaef0627753037cfaa23b25b. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7536254d..d87b0f38 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -348,7 +348,7 @@ target_link_libraries(opendht PUBLIC ${CMAKE_THREAD_LIBS_INIT} PkgConfig::GnuTLS - msgpack-cxx + msgpackc-cxx ${FMT_LIBRARY} ) if (Jsoncpp_FOUND) -- GitLab