Skip to content

Commit e583fec

Browse files
authored
Merge pull request #431 from davidrohr/master
Be compatible to boost 1.90
2 parents 7a8b1f5 + b556b74 commit e583fec

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ find_package(Boost 1.56
8585
COMPONENTS
8686
unit_test_framework
8787
filesystem
88-
system
8988
program_options
9089
${boost_python_component}
9190
REQUIRED
@@ -185,7 +184,6 @@ target_link_libraries(ReadoutCard
185184
PRIVATE
186185
pda::pda
187186
Boost::filesystem
188-
Boost::system
189187
pthread
190188
)
191189

cmake/ReadoutCardConfig.cmake.in

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ find_dependency(InfoLogger CONFIG HINTS ${InfoLogger_CMAKE_DIR})
3434
# find package must be used as Common already looks for boost and set Boost_FOUND
3535
find_package(Boost QUIET
3636
COMPONENTS
37-
system
3837
filesystem
3938
${boost_python_component}
4039
REQUIRED

src/Pda/Util.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
#include "Pda/PdaLock.h"
2525
#include "ReadoutCard/CardDescriptor.h"
2626
#include "ReadoutCard/Logger.h"
27+
#include <boost/range/iterator_range.hpp>
2728

2829
namespace bfs = boost::filesystem;
2930

0 commit comments

Comments
 (0)