From 4ffe635486ee1e30953a7c005351f3cade7a16d0 Mon Sep 17 00:00:00 2001 From: Leo Franchi Date: Fri, 22 Apr 2011 10:02:44 -0400 Subject: [PATCH] FindPhonon already spits out all the messages we need --- CMakeLists.txt | 5 ----- 1 file changed, 5 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 27d53246f..e0fdfaa29 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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")