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 4967b6b commit 6782156Copy full SHA for 6782156
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} ${GENREFLEX_EXECUTABLE} ${headerfiles} -o ${gensrcdict} ${rootmapopts} --select=${selectionfile} --noIncludePaths
+ COMMAND ${LAUNCHER} ${ROOTCLING_EXECUTABLE} --reflex -o ${gensrcdict} ${rootmapopts} ${headerfiles} ${selectionfile} --noIncludePaths
202
${ARG_OPTIONS} ${includedirs} ${definitions}
203
DEPENDS ${headerfiles} ${selectionfile})
204
endfunction()
0 commit comments