Skip to content

Commit

Permalink
FairMQ: Remove unused dependency on Boost.Signals v1
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisklein committed Aug 7, 2019
1 parent de7b576 commit c3f6d5c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ find_package(Threads REQUIRED)

if(BUILD_FAIRMQ)
find_package2(PUBLIC Boost VERSION 1.64 REQUIRED
COMPONENTS container program_options thread system filesystem regex date_time signals
COMPONENTS container program_options thread system filesystem regex date_time
)
# Normalize Boost version
if(CMAKE_VERSION VERSION_LESS 3.15)
Expand Down
1 change: 0 additions & 1 deletion fairmq/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,6 @@ target_link_libraries(${_target}
Boost::filesystem
Boost::regex
Boost::date_time
Boost::signals
FairLogger::FairLogger

PRIVATE # only libFairMQ links against private dependencies
Expand Down

0 comments on commit c3f6d5c

Please sign in to comment.