From b749430a4823e1b29ac692a123dc1f0821af7e04 Mon Sep 17 00:00:00 2001 From: Wouter Deconinck Date: Thu, 18 Jan 2024 16:36:01 -0600 Subject: [PATCH] PodioExample: add schema_version Prevents the CMake warning: ``` python/podio_gen/generator_base.py:105: FutureWarning: Please provide a schema_version entry. It will become mandatory. Setting it to 1 as default ``` --- src/examples/PodioExample/layout.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/examples/PodioExample/layout.yaml b/src/examples/PodioExample/layout.yaml index c9d8e81ec..2e831d74e 100644 --- a/src/examples/PodioExample/layout.yaml +++ b/src/examples/PodioExample/layout.yaml @@ -1,6 +1,7 @@ --- # A more complete example is provided by podio under tests/datalayout.yaml +schema_version: 1 options : # should getters / setters be prefixed with get / set? getSyntax: False