From b9d7957bf696eb8fdaef0627753037cfaa23b25b 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:18:27 -0500
Subject: [PATCH] cmake: update msgpack package name

---
 CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index d87b0f38..7536254d 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -348,7 +348,7 @@ target_link_libraries(opendht
     PUBLIC
         ${CMAKE_THREAD_LIBS_INIT}
         PkgConfig::GnuTLS
-        msgpackc-cxx
+        msgpack-cxx
         ${FMT_LIBRARY}
 )
 if (Jsoncpp_FOUND)
-- 
GitLab