1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-09 23:57:34 +02:00

FindPhonon already spits out all the messages we need

This commit is contained in:
Leo Franchi
2011-04-22 10:02:44 -04:00
parent 695e029709
commit 4ffe635486

View File

@@ -39,11 +39,6 @@ INCLUDE( MacroLogFeature )
set(LIBLASTFM_FOUND true)
find_package(Phonon REQUIRED)
if(PHONON_FOUND)
message("Phonon found, all is good!" )
else()
message(STATUS "Phonon not found, but required!")
endif()
macro_optional_find_package(LibEchonest 1.1.1)
macro_log_feature(LIBECHONEST_FOUND "Echonest" "Qt library for communicating with The Echo Nest" "http://projects.kde.org/libechonest" TRUE "" "libechonest is needed for dynamic playlists and the infosystem")