Skip to content

Commit

Permalink
Remove the version in find_package(podio)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcarcell committed Jun 21, 2024
1 parent 5642826 commit 649bb09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ endif()

if(DD4HEP_USE_EDM4HEP)
find_package(EDM4HEP REQUIRED)
find_package(podio 0.16.3 REQUIRED)
find_package(podio REQUIRED)
# DD4HEP_SETUP_EDM4HEP_TARGETS()
endif()

Expand Down

0 comments on commit 649bb09

Please sign in to comment.