Skip to content

Commit

Permalink
fix: add schema_version to podio edm.yml (#3132)
Browse files Browse the repository at this point in the history
Since AIDASoft/podio#556 the mandatory schema_version does not just generate a warning anymore, but fails with an error. This will prevent CMake from configuring correctly with newer podio versions, in particular version 1 coming up.

This PR adds a schema_version of 1 to edm.yml.
  • Loading branch information
wdconinc committed Apr 20, 2024
1 parent 301ba29 commit 8fce1a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Plugins/Podio/edm.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
schema_version: 1
options:
getSyntax: True
exposePODMembers: False
Expand Down

0 comments on commit 8fce1a7

Please sign in to comment.