Skip to content

Commit

Permalink
Link with ROOT::Hist since TH1F is being used
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcarcell committed Jan 17, 2025
1 parent a846ba2 commit 9392cc5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ if(USE_RUNPATH_INSTEAD_OF_RPATH)
endif()

#- Dependencies ------------------------------------------------
find_package(ROOT COMPONENTS RIO Tree)
find_package(ROOT COMPONENTS RIO Tree Hist)
find_package(Gaudi REQUIRED)
find_package(k4FWCore REQUIRED)
find_package(EDM4HEP REQUIRED)
Expand Down
1 change: 1 addition & 0 deletions k4Gen/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ gaudi_add_module(k4Gen
EvtGen::EvtGen
EvtGen::EvtGenExternal
EDM4HEP::edm4hep
ROOT::Hist
)

target_include_directories(k4Gen PUBLIC ${PYTHIA8_INCLUDE_DIRS}
Expand Down

0 comments on commit 9392cc5

Please sign in to comment.