1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-01-17 22:38:33 +01:00

Revert searching for specific Boost components

This commit is contained in:
Dominik Schmidt 2013-01-18 01:28:37 +01:00
parent 79fff5ce0e
commit 7e7ee84d9a

View File

@ -202,7 +202,7 @@ macro_log_feature(TAGLIB_FOUND "TagLib" "Audio Meta-Data Library" "http://develo
include( CheckTagLibFileName )
check_taglib_filename( COMPLEX_TAGLIB_FILENAME )
find_package(Boost COMPONENTS regex thread filesystem random system date_time REQUIRED)
find_package(Boost REQUIRED)
macro_log_feature(Boost_FOUND "Boost" "Provides free peer-reviewed portable C++ source libraries" "http://www.boost.org" TRUE "" "") #FIXME: give useful explaination
macro_optional_find_package(QCA2)