Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ find_package(Boost 1.56
COMPONENTS
unit_test_framework
filesystem
system
program_options
${boost_python_component}
REQUIRED
Expand Down Expand Up @@ -185,7 +184,6 @@ target_link_libraries(ReadoutCard
PRIVATE
pda::pda
Boost::filesystem
Boost::system
pthread
)

Expand Down
1 change: 0 additions & 1 deletion cmake/ReadoutCardConfig.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ find_dependency(InfoLogger CONFIG HINTS ${InfoLogger_CMAKE_DIR})
# find package must be used as Common already looks for boost and set Boost_FOUND
find_package(Boost QUIET
COMPONENTS
system
filesystem
${boost_python_component}
REQUIRED
Expand Down
1 change: 1 addition & 0 deletions src/Pda/Util.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
#include "Pda/PdaLock.h"
#include "ReadoutCard/CardDescriptor.h"
#include "ReadoutCard/Logger.h"
#include <boost/range/iterator_range.hpp>

namespace bfs = boost::filesystem;

Expand Down