Browse Source

cmake: drop explicit Boost dependency

We get it implicitly from libtorrent
adaptive-webui-19844
Eugene Shalygin 9 years ago
parent
commit
8b64dd95a5
  1. 5
      src/CMakeLists.txt

5
src/CMakeLists.txt

@ -7,11 +7,6 @@ include(QbtTargetSources) @@ -7,11 +7,6 @@ include(QbtTargetSources)
find_package(LibtorrentRasterbar REQUIRED)
# Boost
set(Boost_USE_MULTITHREADED ON)
find_package(Boost 1.35 REQUIRED COMPONENTS system)
include_directories(SYSTEM ${Boost_INCLUDE_DIRS})
# Qt
if (QT5)
add_definitions(-DQBT_USES_QT5)

Loading…
Cancel
Save