We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aacbf40 commit 9a7680aCopy full SHA for 9a7680a
cmake/FindROOT.cmake
@@ -196,7 +196,7 @@ function(REFLEX_GENERATE_DICTIONARY dictionary)
196
#set(rootmapopts --rootmap=${rootmapname} --rootmap-lib=${libprefix}${dictionary}Dict)
197
#---Actual command----------------------------------------
198
add_custom_command(OUTPUT ${gensrcdict} ${rootmapname} ${dictionary}_rdict.pcm
199
- COMMAND ${LAUNCHER} ${ROOTCLING_EXECUTABLE} --reflex -o ${gensrcdict} ${rootmapopts} ${headerfiles} ${selectionfile} --noIncludePaths -inlineInputHeader
+ COMMAND ${ROOTCLING_EXECUTABLE} --reflex -o ${gensrcdict} ${rootmapopts} ${headerfiles} ${selectionfile} --noIncludePaths -inlineInputHeader
200
${ARG_OPTIONS} ${includedirs} ${definitions}
201
DEPENDS ${headerfiles} ${selectionfile})
202
endfunction()
0 commit comments