This is in relation to the comment of @pcanal in
In the longer term, the need for header file will be replaced by the generation of a Clang C++ module. You can test this via the
MODULEoption ofROOT_GENERATE_DICTIONARYinCMakeor directly the-cxxmoduleoption ofrootcling
I actually already use the MODULE option of ROOT_GENERATE_DICTIONARY in my projects’s CMakeLists and still it seems the header files are somehow required.
Looking more closely to the ROOT_GENERATE_DICTIONARY macro I would conclude that I need to use a Root that has been compiled with the runtime_cxxmodules` option for this to work. Is that correct ?
ROOT Version: 6.34.10
Platform: macosxarm64
Compiler: Clang