File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ function(PODIO_SET_TEST_ENV test)
1212 IO_HANDLERS=${IO_HANDLERS}
1313 PODIO_USE_CLANG_FORMAT=${PODIO_USE_CLANG_FORMAT}
1414 PODIO_BASE=${PROJECT_SOURCE_DIR}
15+ PODIO_BUILD_BASE=${PROJECT_BINARY_DIR}
1516 ENABLE_SIO=${ENABLE_SIO}
1617 PODIO_BUILD_BASE=${PROJECT_BINARY_DIR}
1718 LSAN_OPTIONS=suppressions=${PROJECT_SOURCE_DIR} /tests/root_io/leak_sanitizer_suppressions.txt
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ OUTPUT_FOLDER=${INPUT_FILE}.dumped_${EDM_NAME}
2121mkdir -p ${OUTPUT_FOLDER}
2222
2323# Dump the model to a yaml file
24- ${PODIO_BASE } /tools/podio-dump --dump-edm ${EDM_NAME} ${INPUT_FILE} > ${DUMPED_MODEL}
24+ ${PODIO_BUILD_BASE } /tools/podio-dump --dump-edm ${EDM_NAME} ${INPUT_FILE} > ${DUMPED_MODEL}
2525
2626# Regenerate the code via the class generator and the freshly dumped model
2727${PODIO_BASE} /python/podio_class_generator.py \
You can’t perform that action at this time.
0 commit comments