mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-09 07:36:48 +02:00
* boost_system is not libtomahawk's direct dependency.
This commit is contained in:
@@ -53,7 +53,7 @@ IF (LUCENEPP_SHARED_LIBRARY)
|
||||
ENDIF (LUCENEPP_SHARED_LIBRARY)
|
||||
|
||||
IF(LUCENEPP_CORE_LIBRARY AND LUCENEPP_SHARED_LIBRARY)
|
||||
SET(LUCENEPP_LIBRARIES ${LUCENEPP_CORE_LIBRARY} ${LUCENEPP_SHARED_LIBRARY})
|
||||
SET(LUCENEPP_LIBRARIES ${LUCENEPP_CORE_LIBRARY} ${LUCENEPP_SHARED_LIBRARY} boost_system)
|
||||
ENDIF(LUCENEPP_CORE_LIBRARY AND LUCENEPP_SHARED_LIBRARY)
|
||||
|
||||
FIND_PATH(LUCENEPP_INCLUDE_DIR
|
||||
|
@@ -525,8 +525,6 @@ TARGET_LINK_LIBRARIES( tomahawklib
|
||||
${LIBPORTFWD_LIBRARIES}
|
||||
${QTKEYCHAIN_LIBRARIES}
|
||||
|
||||
boost_system
|
||||
|
||||
LINK_PUBLIC
|
||||
# External deps
|
||||
${QJSON_LIBRARIES}
|
||||
|
Reference in New Issue
Block a user