Skip to content

Commit

Permalink
Hardcode the LCIO and Marlin libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcarcell committed Jul 31, 2023
1 parent 7d0207e commit 68a0742
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions k4MarlinWrapper/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ gaudi_add_module(k4MarlinWrapperPlugins
src/components/LcioEventOutput.cpp
LINK
Gaudi::GaudiAlgLib
${Marlin_LIBRARIES}
Marlin
)

target_include_directories(k4MarlinWrapperPlugins PUBLIC
Expand All @@ -43,7 +43,7 @@ gaudi_add_module(MarlinWrapper
LINK
Gaudi::GaudiAlgLib
k4FWCore::k4FWCore
${Marlin_LIBRARIES}
Marlin
EDM4HEP::edm4hep
)

Expand All @@ -61,8 +61,8 @@ gaudi_add_module(EDM4hep2Lcio
k4EDM4hep2LcioConv::k4EDM4hep2LcioConv
k4FWCore::k4FWCore
Gaudi::GaudiAlgLib
${LCIO_LIBRARIES}
${Marlin_LIBRARIES}
lcio
Marlin
EDM4HEP::edm4hep
)

Expand Down
2 changes: 1 addition & 1 deletion test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ gaudi_add_module(TestE4H2L
LINK
Gaudi::GaudiAlgLib
Gaudi::GaudiKernel
${LCIO_LIBRARIES}
lcio
k4FWCore::k4FWCore
EDM4HEP::edm4hep
)
Expand Down

0 comments on commit 68a0742

Please sign in to comment.