From e49d7d0969944f44fbfb194b7e61ae26b9ea72d3 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Adrien=20B=C3=A9raud?= <adrien.beraud@savoirfairelinux.com>
Date: Thu, 27 Jul 2023 15:21:44 -0400
Subject: [PATCH] tests: link with proper jsoncpp

Change-Id: I329cbe71c1b35ed1d8997aa75eb92da41a9ce2f9
---
 CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 6dffb1b9ad..3ca4d71674 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -672,7 +672,7 @@ else()
             PkgConfig::avcodec
             PkgConfig::swresample
             PkgConfig::swscale
-            jsoncpp
+            PkgConfig::jsoncpp
             yaml-cpp
             PkgConfig::fmt
             PkgConfig::secp256k1
-- 
GitLab