Avoid including BasicCCDBManager in headers exposed to ROOT.#14254
Avoid including BasicCCDBManager in headers exposed to ROOT.#14254ktf merged 1 commit intoAliceO2Group:devfrom
Conversation
Root will happily embed references to curl.h and / or the kernel headers if found on the build machine and die if they are not there on the node.
|
REQUEST FOR PRODUCTION RELEASES: This will add The following labels are available |
|
@costing This should fix the problem you observed. @AliceO2Group/async-maintainers I think we need this to run on async. |
|
Get's seen by cling when creating a dictionary. The issue is that the PCMs created by root will happily refer to headers which were found on the build machine, failing then to work if they are not found anymore at runtime. |
Root will happily embed references to curl.h and / or the kernel headers if found on the build machine
and die if they are not there on the node.