Skip to content

Commit

Permalink
cmake: Add missing Boost dependency
Browse files Browse the repository at this point in the history
Add a dependency to Boost in the modules that use Boost already,
so Boost headers installed in a non-standard location are found.
  • Loading branch information
Sput42 committed Nov 20, 2018
1 parent 02f740a commit 7c0eb01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/common/CMakeLists.txt
Expand Up @@ -62,6 +62,7 @@ target_include_directories(${TARGET} PRIVATE ${CMAKE_BINARY_DIR})

target_link_libraries(${TARGET} PUBLIC
${CMAKE_DL_LIBS}
Boost::boost
Qt5::Core
Qt5::Network
ZLIB::ZLIB
Expand Down
1 change: 1 addition & 0 deletions src/test/util/CMakeLists.txt
Expand Up @@ -7,6 +7,7 @@ target_sources(${TARGET} PRIVATE

target_link_libraries(${TARGET}
PUBLIC
Boost::boost
Quassel::Common
Quassel::Test::Global
)

0 comments on commit 7c0eb01

Please sign in to comment.