From 69cfe8bb2f3efc5e61f0066a2267bd0602632934 Mon Sep 17 00:00:00 2001 From: Leo Franchi Date: Thu, 8 Mar 2012 17:28:14 -0500 Subject: [PATCH] quazip byebye --- CMakeLists.txt | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f2b2dbe6c..6b91c8371 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -122,19 +122,6 @@ macro_log_feature(LIBJREEN_FOUND "Jreen" "Qt XMPP Library" "https://github.com/e macro_optional_find_package(QTweetLib) macro_log_feature(QTWEETLIB_FOUND "QTweetLib" "Qt Twitter Library" "https://github.com/minimoog/QTweetLib" FALSE "" "QTweetLib is needed for the Twitter SIP plugin.\n") - -IF( NOT QuaZip_FOUND ) - add_subdirectory( ${CMAKE_SOURCE_DIR}/src/libtomahawk/thirdparty/quazip ) - SET( QuaZip_INCLUDE_DIR ${CMAKE_CURRENT_BINARY_DIR}/libtomahawk/thirdparty/quazip ) - SET( QuaZip_LIBRARY quazip ) - SET( QuaZip_LIBRARIES ${QuaZip_LIBRARY} ) - SET( QuaZip_FOUND true ) - macro_log_feature(QuaZip_FOUND "QuaZip" "Provides support for extracting downloaded resolvers automatically. Building internal copy" "http://quazip.sourceforge.net/" FALSE "" "") - - # copy headers to build/quazip so we can use proper includes inside the code - FILE( COPY ${CMAKE_SOURCE_DIR}/src/libtomahawk/thirdparty/quazip/quazip/ DESTINATION ${CMAKE_BINARY_DIR}/libtomahawk/thirdparty/quazip ) -ENDIF() - # required #While we distribute our own liblastfm2, don't need to look for it #macro_optional_find_package(LibLastFm 0.3.3)