Skip to content

Dictionary Generation Improvement, master branch (2020.10.08.)

Made all dictionary generation functions only ask for the ROOT Core library.

These functions don't actually use any ROOT libraries per se. But the way FindROOT.cmake works, you do need to ask at least the Core library from it.

This was already done in some places inside this file, I now just synchronised all calls to find_package(ROOT...).

Merge request reports