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
[roottest] Fix roottest trying to invoke /usr/bin/root.exe in tests.
When ROOT is installed in the system, roottest would try invoking
/usr/bin/root.exe, leading to failures when trying to combine .pcms from
two different ROOT builds.
This was caused by a find_package(ROOT) and find_program(root-config),
which find the system ROOT before the ROOT being configured.
With roottest being part of the ROOT build, any find_package(ROOT) and
discovery of root-config and ROOTSYS could be removed, since these
variables are anyway known already in the running CMake configuration.
0 commit comments