You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Move rootcling dictionary options after include directories
If ${ARG_OPTIONS} is used to propagate extra include directories to
rootcling and the extra directories contain another ROOT installation,
then ROOT headers will come from the external ROOT and break the build.
We need to make sure that headers from the current build take precedence
over any external installation of ROOT by moving definitions and include
directories towards the beginning of the command line for rootcling.
0 commit comments