Skip to content

Dictionary Generation Fix, main branch (2023.07.14.)

Made FindROOT.cmake find ROOT executables in a "standard way", producing variables like ROOT_genreflex_EXECUTABLE.

At the same time updated the dictionary generation code to use these (more) standard CMake variables for the path to rootcling and genreflex.

This is to fix the issue discovered in athena!64280 (merged), that !1028 (merged) managed to break the build of AnalysisBase. 😦 Since I was only testing that update on Athena... 😦

Merge request reports