Skip to content

Commit 7bed670

Browse files
committed
Changed rootcling calls to be the same
1 parent 68f110d commit 7bed670

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cmake/FindROOT.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ function(REFLEX_GENERATE_DICTIONARY dictionary)
196196
#set(rootmapopts --rootmap=${rootmapname} --rootmap-lib=${libprefix}${dictionary}Dict)
197197
#---Actual command----------------------------------------
198198
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 -f ${gensrcdict} ${rootmapopts} ${headerfiles} ${selectionfile} --noIncludePaths --inlineInputHeader
200200
${ARG_OPTIONS} ${includedirs} ${definitions}
201201
DEPENDS ${headerfiles} ${selectionfile})
202202
endfunction()

util/makefile-build/bdm-code-generation

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ CXX_INCLUDES=$(${BDM_CONFIG} --cxxincludes | sed 's|-isystem |-I|g')
5858

5959
CXX_DEFINES=$(${BDM_CONFIG} --cxxdefines)
6060

61-
rootcling -reflex -f ${DICT} ${HEADERS} --noIncludePaths -inlineInputHeader ${SELECTIONFILE} ${CXX_DEFINES} ${CXX_INCLUDES} $ADDITIONAL_CXX_FLAGS
61+
rootcling --reflex -f ${DICT} ${HEADERS} ${SELECTIONFILE} --noIncludePaths --inlineInputHeader ${CXX_DEFINES} ${CXX_INCLUDES} $ADDITIONAL_CXX_FLAGS
6262

6363
# Generate bdm dictionary and append to DICT
6464
BDM_DICT=$(mktemp)

0 commit comments

Comments
 (0)