Skip to content

Commit

Permalink
Removed deprecated -c flag
Browse files Browse the repository at this point in the history
  • Loading branch information
imorlxs committed Jun 29, 2024
1 parent 2240cec commit a9056ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/FindROOT.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ function(ROOT_GENERATE_DICTIONARY dictionary)
add_custom_command(OUTPUT ${dictionary}.cxx
OUTPUT ${dictionary}_rdict.pcm
COMMAND ${LAUNCHER} ${ROOTCLING_EXECUTABLE} -f ${dictionary}.cxx
-c ${ARG_OPTIONS} ${includedirs} ${headerfiles} ${linkdefs}
${ARG_OPTIONS} ${includedirs} ${headerfiles} ${linkdefs}
DEPENDS ${headerfiles} ${linkdefs} VERBATIM)
endfunction()

Expand Down

0 comments on commit a9056ce

Please sign in to comment.