File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -196,7 +196,7 @@ function(REFLEX_GENERATE_DICTIONARY dictionary)
196
196
#set(rootmapopts --rootmap=${rootmapname} --rootmap-lib=${libprefix}${dictionary}Dict)
197
197
#---Actual command----------------------------------------
198
198
add_custom_command (OUTPUT ${gensrcdict} ${rootmapname} ${dictionary} _rdict.pcm
199
- COMMAND ${ROOTCLING_EXECUTABLE} --reflex -f ${gensrcdict} ${rootmapopts} ${headerfiles} ${selectionfile} --noIncludePaths --inlineInputHeader
199
+ COMMAND ${ROOTCLING_EXECUTABLE} --reflex --v2 - f ${gensrcdict} ${rootmapopts} ${headerfiles} ${selectionfile} --noIncludePaths --inlineInputHeader
200
200
${ARG_OPTIONS} ${includedirs} ${definitions}
201
201
DEPENDS ${headerfiles} ${selectionfile} )
202
202
endfunction ()
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ CXX_INCLUDES=$(${BDM_CONFIG} --cxxincludes | sed 's|-isystem |-I|g')
58
58
59
59
CXX_DEFINES=$( ${BDM_CONFIG} --cxxdefines)
60
60
61
- rootcling --reflex -f ${DICT} ${HEADERS} ${SELECTIONFILE} --noIncludePaths --inlineInputHeader ${CXX_DEFINES} ${CXX_INCLUDES} $ADDITIONAL_CXX_FLAGS
61
+ rootcling --reflex --v2 - f ${DICT} ${HEADERS} ${SELECTIONFILE} --noIncludePaths --inlineInputHeader ${CXX_DEFINES} ${CXX_INCLUDES} $ADDITIONAL_CXX_FLAGS
62
62
63
63
# Generate bdm dictionary and append to DICT
64
64
BDM_DICT=$( mktemp)
You can’t perform that action at this time.
0 commit comments