1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-07-31 19:30:21 +02:00

Don't check for TagLib twice. We're already checking with optional find macro.

This commit is contained in:
Dominik Schmidt
2011-03-19 19:17:31 +01:00
parent 36997366e1
commit 75aef1497a

View File

@@ -47,7 +47,6 @@ macro_log_feature(TAGLIB_FOUND "TagLib" "Audio Meta-Data Library" "http://develo
# we need pthreads too
find_package(Threads)
FIND_PACKAGE( Taglib 1.6.0 REQUIRED )
include( CheckTagLibFileName )
check_taglib_filename( COMPLEX_TAGLIB_FILENAME )