Skip to content
Snippets Groups Projects

Update reco/steer classes to use RecoResultsAutoSource

Open Jan de Cuveland requested to merge j.decuveland/cbmroot:use_autosource into master
1 unresolved thread
3 files
+ 4
2
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -106,7 +106,7 @@ target_compile_definitions(external::fles_monitoring
)
add_library(external::fles_ipc STATIC IMPORTED GLOBAL)
add_dependencies(external::fles_ipc flesnet external::fles_logging)
add_dependencies(external::fles_ipc flesnet external::fles_logging external::zmq)
if (BOOST_IOS_HAS_ZSTD)
target_compile_definitions(external::fles_ipc INTERFACE BOOST_IOS_HAS_ZSTD)
endif()
Loading