Skip to content

Commit

Permalink
Merge pull request #258 from eic/davidl_fix_missing_ROOT_EG
Browse files Browse the repository at this point in the history
Fix undefined link error for TDatabasePDG::TDatabasePDG()
  • Loading branch information
faustus123 authored Oct 21, 2022
2 parents 7cfa3f5 + 6b78729 commit 1c8165d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/jana_plugin.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -228,5 +228,5 @@ macro(plugin_add_cern_root _name)

# Add libraries
#plugin_link_libraries(${PLUGIN_NAME} ${ROOT_LIBRARIES} EDM4EIC::edm4eic algorithms_digi_library algorithms_tracking_library ROOT::EG)
plugin_link_libraries(${PLUGIN_NAME} ${ROOT_LIBRARIES})
plugin_link_libraries(${PLUGIN_NAME} ${ROOT_LIBRARIES} ROOT::EG)
endmacro()

0 comments on commit 1c8165d

Please sign in to comment.