Skip to content

Commit

Permalink
hide SIOBlocks for ROOT
Browse files Browse the repository at this point in the history
  • Loading branch information
hegner committed Jul 28, 2023
1 parent cc84f54 commit dc8a3a3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cmake/podioMacros.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,10 @@ function(PODIO_ADD_ROOT_IO_DICT dict_name CORE_LIB HEADERS LINKDEF)
RETURN()
ENDIF()

# Filter out anything I/O backend related from the generated headers as ROOT only needs
# the core headers
LIST(FILTER HEADERS EXCLUDE REGEX .*SIOBlock.h)

ROOT_GENERATE_DICTIONARY(${dict_name} ${HEADERS} LINKDEF ${selectionfile}
MODULE ${CORE_LIB}
)
Expand Down

0 comments on commit dc8a3a3

Please sign in to comment.