From a2ea7e8b4ab6c82a4a2beff0169af7af28e21024 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 bbb82feaf..7a535cfbe 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -300,7 +300,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 )