From 6fbc4993b5cea9863ad2d5b3645c0fe646c6e304 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Fri, 7 Oct 2011 20:14:14 +0000 Subject: fixed cmake scripts git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@2385 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/Input/CMakeLists.txt | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/plugins/Input/CMakeLists.txt') diff --git a/src/plugins/Input/CMakeLists.txt b/src/plugins/Input/CMakeLists.txt index d49cf7379..ed57dcd17 100644 --- a/src/plugins/Input/CMakeLists.txt +++ b/src/plugins/Input/CMakeLists.txt @@ -1,6 +1,4 @@ -INCLUDE(FindPkgConfig) - SET(USE_MAD TRUE CACHE BOOL "enable/disable mad plugin") SET(USE_FLAC TRUE CACHE BOOL "enable/disable flac plugin") SET(USE_VORBIS TRUE CACHE BOOL "enable/disable ogg vorbis plugin") @@ -15,7 +13,6 @@ SET(USE_CDA TRUE CACHE BOOL "enable/disable cd audio support") SET(USE_MIDI TRUE CACHE BOOL "enable/disable midi support") SET(USE_GME TRUE CACHE BOOL "enable/disable game music plugin") -pkg_check_modules(TAGLIB taglib) IF(USE_MAD AND TAGLIB_FOUND) add_subdirectory(mad) -- cgit v1.2.3-13-gbd6f