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)