Skip to content

Commit 3e0ff0a

Browse files
imorlxsTobiasDuswald
authored andcommitted
Added solution from FairROOT/#385
1 parent 6782156 commit 3e0ff0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/FindROOT.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ function(REFLEX_GENERATE_DICTIONARY dictionary)
198198
#set(rootmapopts --rootmap=${rootmapname} --rootmap-lib=${libprefix}${dictionary}Dict)
199199
#---Actual command----------------------------------------
200200
add_custom_command(OUTPUT ${gensrcdict} ${rootmapname} ${dictionary}_rdict.pcm
201-
COMMAND ${LAUNCHER} ${ROOTCLING_EXECUTABLE} --reflex -o ${gensrcdict} ${rootmapopts} ${headerfiles} ${selectionfile} --noIncludePaths
201+
COMMAND ${LAUNCHER} ${ROOTCLING_EXECUTABLE} --reflex -o ${gensrcdict} ${rootmapopts} ${headerfiles} ${selectionfile} --noIncludePaths -inlineInputHeader
202202
${ARG_OPTIONS} ${includedirs} ${definitions}
203203
DEPENDS ${headerfiles} ${selectionfile})
204204
endfunction()

0 commit comments

Comments
 (0)