Skip to content

Commit b6eba75

Browse files
committed
Do not expose AODToHepMC.h to ROOT
This is needed to fix macOS builds. Apparently ROOT injects some arrow incompatible system headers in the chain.
1 parent b15719d commit b6eba75

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Generators/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,6 @@ endif()
107107
if(HepMC3_FOUND)
108108
list(APPEND headers include/Generators/GeneratorHepMC.h)
109109
list(APPEND headers include/Generators/GeneratorHepMCParam.h)
110-
list(APPEND headers include/Generators/AODToHepMC.h)
111110
endif()
112111

113112
o2_target_root_dictionary(Generators HEADERS ${headers})

0 commit comments

Comments
 (0)