Skip to content

Commit d8d46a9

Browse files
committed
Remove use of obsolete gccxmlpath
1 parent 54684f1 commit d8d46a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: cmake/modules/RootMacros.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ function(REFLEX_GENERATE_DICTIONARY dictionary)
187187
OUTPUT ${gensrcdict} ${rootmapname}
188188
COMMAND ${ROOT_genreflex_CMD}
189189
ARGS ${headerfiles} -o ${gensrcdict} ${rootmapopts} --select=${selectionfile}
190-
--gccxmlpath=${GCCXML_home}/bin ${ARG_OPTIONS}
190+
${ARG_OPTIONS}
191191
"-I$<JOIN:$<REMOVE_DUPLICATES:$<FILTER:${include_dirs},EXCLUDE,^$>>,;-I>"
192192
"$<$<BOOL:$<JOIN:${definitions},>>:-D$<JOIN:${definitions},;-D>>"
193193
DEPENDS ${headerfiles} ${selectionfile} ${ARG_DEPENDS}

0 commit comments

Comments
 (0)