Skip to content

Commit 94d7302

Browse files
committed
[wip] Schema evolution
TODO: - Store old schema versions somewhere - Setup schema evolution in code gen
1 parent 845a8f5 commit 94d7302

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

edm4hep/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ PODIO_GENERATE_DATAMODEL(edm4hep ../edm4hep.yaml headers sources
77
IO_BACKEND_HANDLERS ${PODIO_IO_HANDLERS}
88
DEPENDS ${extra_code}
99
VERSION ${${PROJECT_NAME}_VERSION}
10+
# OLD_DESCRIPTION ${test_case}/old.yaml
11+
# SCHEMA_EVOLUTION ${test_case}/evolution.yaml
1012
)
1113

1214
PODIO_ADD_DATAMODEL_CORE_LIB(edm4hep "${headers}" "${sources}")

0 commit comments

Comments
 (0)