From f449808ba376fb207cc438241a8cd0d9816a3c5f Mon Sep 17 00:00:00 2001 From: Jonas Kvinge Date: Thu, 3 Oct 2019 22:54:40 +0200 Subject: [PATCH] Fix: imobiledevice depends on libgpod enabled --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6ddfda8d4..ebde0da98 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -327,7 +327,7 @@ optional_component(IMOBILEDEVICE ON "Devices: iPhone, iPod Touch, iPad and Apple DEPENDS "libimobiledevice" LIBIMOBILEDEVICE_FOUND DEPENDS "libplist" LIBPLIST_FOUND DEPENDS "libusbmuxd" LIBUSBMUXD_FOUND - DEPENDS "libgpod" LIBGPOD_FOUND + DEPENDS "libgpod" HAVE_LIBGPOD ) optional_component(SPARKLE ON "Sparkle integration"