We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a8b1f5 commit ff8a858Copy full SHA for ff8a858
CMakeLists.txt
@@ -85,7 +85,6 @@ find_package(Boost 1.56
85
COMPONENTS
86
unit_test_framework
87
filesystem
88
- system
89
program_options
90
${boost_python_component}
91
REQUIRED
@@ -185,7 +184,6 @@ target_link_libraries(ReadoutCard
185
184
PRIVATE
186
pda::pda
187
Boost::filesystem
188
- Boost::system
189
pthread
190
)
191
src/Pda/Util.h
@@ -24,6 +24,7 @@
24
#include "Pda/PdaLock.h"
25
#include "ReadoutCard/CardDescriptor.h"
26
#include "ReadoutCard/Logger.h"
27
+#include <boost/range/iterator_range.hpp>
28
29
namespace bfs = boost::filesystem;
30
0 commit comments