Skip to content

Fix problem with missing ROOTSYS variable

Florian Uhlig requested to merge f.uhlig/cbmroot:fix_rootsys_problem into master

If using a non FairSoft installation of the dependencies problems were reported after the last changes to the build system. Instead of hardcoding the SIMPATH use the the information from ROOT about its binary directory. Remove some old usage of the root-config script, use CMake variables provided by ROOT instead.

Merge request reports