From 2d3822846dc216498b54b9114bdeda87ca07aa13 Mon Sep 17 00:00:00 2001 From: Christian Muehlhaeuser Date: Sun, 16 Nov 2014 16:20:10 +0100 Subject: [PATCH] Bumped taglib version check to 1.8. Required due to tiostream.h --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 82ececd06..035ffd2e4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -277,7 +277,7 @@ if( NOT TOMAHAWK_QT5 ) macro_log_feature(QJSON_FOUND "QJson" "Qt library that maps JSON data to QVariant objects" "http://qjson.sf.net" TRUE "" "libqjson is used for encoding communication between Tomahawk instances") ENDIF() -macro_optional_find_package(Taglib 1.6.0) +macro_optional_find_package(Taglib 1.8.0) macro_log_feature(TAGLIB_FOUND "TagLib" "Audio Meta-Data Library" "http://developer.kde.org/~wheeler/taglib.html" TRUE "" "taglib is needed for reading meta data from audio files") include( CheckTagLibFileName ) check_taglib_filename( COMPLEX_TAGLIB_FILENAME )