Skip to content

Commit

Permalink
Inject the EDM4hep version into podio internals (#362)
Browse files Browse the repository at this point in the history
  • Loading branch information
tmadlener authored Sep 13, 2024
1 parent ac83112 commit d7a209f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion edm4hep/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ set(extra_code extra_code/CovMatrixCommon.ipp)
# For now unconditionally generate all the code that is supported by the
# installed podio
PODIO_GENERATE_DATAMODEL(edm4hep ../edm4hep.yaml headers sources
IO_BACKEND_HANDLERS ${PODIO_IO_HANDLERS} DEPENDS ${extra_code}
IO_BACKEND_HANDLERS ${PODIO_IO_HANDLERS}
DEPENDS ${extra_code}
VERSION ${${PROJECT_NAME}_VERSION}
)

PODIO_ADD_DATAMODEL_CORE_LIB(edm4hep "${headers}" "${sources}")
Expand Down

0 comments on commit d7a209f

Please sign in to comment.