From 82be53224dfdcc5f4442c2774360a4c6510e99c1 Mon Sep 17 00:00:00 2001 From: Jonas Kvinge Date: Thu, 19 Aug 2021 20:23:20 +0200 Subject: [PATCH] Simplify libgpod link directories --- src/CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 13984a1db..77a792174 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1019,8 +1019,7 @@ if(HAVE_AUDIOCD) endif() if(HAVE_LIBGPOD) - link_directories(${LIBGPOD_LIBRARY_DIRS}) - link_directories(${GDK_PIXBUF_LIBRARY_DIRS}) + link_directories(${LIBGPOD_LIBRARY_DIRS} ${GDK_PIXBUF_LIBRARY_DIRS}) endif() if(HAVE_LIBMTP)