We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6782156 commit 3e0ff0aCopy full SHA for 3e0ff0a
cmake/FindROOT.cmake
@@ -198,7 +198,7 @@ function(REFLEX_GENERATE_DICTIONARY dictionary)
198
#set(rootmapopts --rootmap=${rootmapname} --rootmap-lib=${libprefix}${dictionary}Dict)
199
#---Actual command----------------------------------------
200
add_custom_command(OUTPUT ${gensrcdict} ${rootmapname} ${dictionary}_rdict.pcm
201
- COMMAND ${LAUNCHER} ${ROOTCLING_EXECUTABLE} --reflex -o ${gensrcdict} ${rootmapopts} ${headerfiles} ${selectionfile} --noIncludePaths
+ COMMAND ${LAUNCHER} ${ROOTCLING_EXECUTABLE} --reflex -o ${gensrcdict} ${rootmapopts} ${headerfiles} ${selectionfile} --noIncludePaths -inlineInputHeader
202
${ARG_OPTIONS} ${includedirs} ${definitions}
203
DEPENDS ${headerfiles} ${selectionfile})
204
endfunction()
0 commit comments