Skip to content

Commit 9a7680a

Browse files
committed
Remove LAUNCHER invocation
1 parent aacbf40 commit 9a7680a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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 ${LAUNCHER} ${ROOTCLING_EXECUTABLE} --reflex -o ${gensrcdict} ${rootmapopts} ${headerfiles} ${selectionfile} --noIncludePaths -inlineInputHeader
199+
COMMAND ${ROOTCLING_EXECUTABLE} --reflex -o ${gensrcdict} ${rootmapopts} ${headerfiles} ${selectionfile} --noIncludePaths -inlineInputHeader
200200
${ARG_OPTIONS} ${includedirs} ${definitions}
201201
DEPENDS ${headerfiles} ${selectionfile})
202202
endfunction()

0 commit comments

Comments
 (0)