diff --git a/CMakeLists.txt b/CMakeLists.txt index 75b7adce..3c09aaab 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -85,7 +85,6 @@ find_package(Boost 1.56 COMPONENTS unit_test_framework filesystem - system program_options ${boost_python_component} REQUIRED @@ -185,7 +184,6 @@ target_link_libraries(ReadoutCard PRIVATE pda::pda Boost::filesystem - Boost::system pthread ) diff --git a/cmake/ReadoutCardConfig.cmake.in b/cmake/ReadoutCardConfig.cmake.in index 77349ad5..6f1f4037 100644 --- a/cmake/ReadoutCardConfig.cmake.in +++ b/cmake/ReadoutCardConfig.cmake.in @@ -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 diff --git a/src/Pda/Util.h b/src/Pda/Util.h index bca1f752..c9f6b56f 100644 --- a/src/Pda/Util.h +++ b/src/Pda/Util.h @@ -24,6 +24,7 @@ #include "Pda/PdaLock.h" #include "ReadoutCard/CardDescriptor.h" #include "ReadoutCard/Logger.h" +#include namespace bfs = boost::filesystem;