Skip to content

Commit

Permalink
Don't request a version of podio 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 a6a1fd0 commit 9ab532a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion k4FWCore/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ limitations under the License.
# Package: k4FWCore
################################################################################

find_package(podio 0.16.3 REQUIRED)
find_package(podio REQUIRED)
find_package(EDM4HEP)

gaudi_install(SCRIPTS)
Expand Down

0 comments on commit 9ab532a

Please sign in to comment.