File tree Expand file tree Collapse file tree 3 files changed +1
-3
lines changed
Expand file tree Collapse file tree 3 files changed +1
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
3535find_package (Boost QUIET
3636 COMPONENTS
37- system
3837 filesystem
3938 ${boost_python_component}
4039 REQUIRED
Original file line number Diff line number Diff line change 2424#include " Pda/PdaLock.h"
2525#include " ReadoutCard/CardDescriptor.h"
2626#include " ReadoutCard/Logger.h"
27+ #include < boost/range/iterator_range.hpp>
2728
2829namespace bfs = boost::filesystem;
2930
You can’t perform that action at this time.
0 commit comments