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
[CMake] Remove extra -D from XRootD's compile definitions.
Up to version 5.8.4, XRootD exports an extra -D in its compile
definitions, which poses a problem when generating the rootcling
commands.
Until the minimum supported version of XRootD is 5.8.4 or higher, this
can be fixed by reading the relevant property and overwriting it with
a string without the "-D"s.
0 commit comments