Skip to content

Commit

Permalink
Relax the requirement for the HepMC3 version
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcarcell committed Sep 17, 2024
1 parent a98fad0 commit 194a9f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ IF(TARGET ROOT::ROOTDataFrame)
endif()


find_package(HepMC3 3.3)
find_package(HepMC3)
find_package(HepPDT)

if(HepMC3_FOUND AND HepPDT_FOUND )
Expand Down

0 comments on commit 194a9f4

Please sign in to comment.