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
Building O2 seems to require ROOTSYS to be defined. This is obviously an antipattern as it makes rebuilds dependent on your environment. IMHO this should be changed to have it as a proper cmake command line option so that one can safely do "make" without risk of picking up a different version simply because CMake decides to redo some intermediate step.