Skip to content

Commit

Permalink
JCF: thanks to work done for in DUNE-DAQ/daq-release#379, realized th…
Browse files Browse the repository at this point in the history
…at datahandlinglibs isn't even needed (likewise serialization) so remove them as dependencies
  • Loading branch information
John Freeman committed Jun 25, 2024
1 parent d8bb494 commit 03d5894
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 1 addition & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,8 @@ find_package(iomanager REQUIRED)
find_package(detdataformats REQUIRED)
find_package(trgdataformats REQUIRED)

# JCF, Dec-1-2021: removed timinglibs
find_package(triggeralgs REQUIRED)
find_package(trigger REQUIRED)
find_package(serialization REQUIRED) ## MR This can probably be removed? Unless we need it for the TPWriter
find_package(datahandlinglibs REQUIRED)
find_package(Boost COMPONENTS iostreams unit_test_framework REQUIRED)

daq_codegen( info/*.jsonnet DEP_PKGS opmonlib TEMPLATES opmonlib/InfoStructs.hpp.j2 opmonlib/InfoNljs.hpp.j2 )
Expand All @@ -35,7 +32,7 @@ daq_add_plugin( DataWriterModule duneDAQModule LINK_LIBRARIES dfmodul
daq_add_plugin( DFOModule duneDAQModule LINK_LIBRARIES dfmodules iomanager::iomanager )
daq_add_plugin( TRBModule duneDAQModule LINK_LIBRARIES dfmodules iomanager::iomanager )
daq_add_plugin( FakeDataProdModule duneDAQModule LINK_LIBRARIES dfmodules iomanager::iomanager)
daq_add_plugin( TPStreamWriterModule duneDAQModule LINK_LIBRARIES dfmodules hdf5libs::hdf5libs trigger::trigger serialization::serialization datahandlinglibs::datahandlinglibs Boost::iostreams )
daq_add_plugin( TPStreamWriterModule duneDAQModule LINK_LIBRARIES dfmodules hdf5libs::hdf5libs trigger::trigger Boost::iostreams )

##############################################################################
daq_add_unit_test( HDF5FileUtils_test LINK_LIBRARIES dfmodules )
Expand Down
2 changes: 0 additions & 2 deletions cmake/dfmodulesConfig.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ find_dependency(dfmessages)
find_dependency(opmonlib)
find_dependency(triggeralgs)
find_dependency(trigger)
find_dependency(serialization)
find_dependency(datahandlinglibs)
find_dependency(hdf5libs)
find_dependency(Boost COMPONENTS iostreams)

Expand Down

0 comments on commit 03d5894

Please sign in to comment.