From 3f740ce4a086e6ced1778dc009bfc4fac2918205 Mon Sep 17 00:00:00 2001 From: Leo Franchi Date: Mon, 25 Apr 2011 16:49:54 -0400 Subject: [PATCH] require QJson 0.7.0 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e0fdfaa29..58c582e11 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -46,7 +46,7 @@ macro_log_feature(LIBECHONEST_FOUND "Echonest" "Qt library for communicating wit macro_optional_find_package(CLucene 0.9.23) macro_log_feature(CLucene_FOUND "CLucene" "The open-source, C++ search engine" "http://clucene.sf.net" TRUE "" "CLucene is used for indexing the collection") -macro_optional_find_package(QJSON) +macro_optional_find_package(QJSON 0.7.0) 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") macro_optional_find_package(Taglib 1.6.0)