Closed spaulaus closed 6 years ago
ROOT has been removed as a required dependency. The programs that need it now look for the ROOT_FOUND flag to be set.
ROOT_FOUND
This was causing issues on some systems that didn't have ROOT installed and the user choose a specific set of build commands.
I tested by compiling on a system with ROOT installed, and on a system without ROOT installed.
This issue was moved to spaulaus/paass#105
Description
ROOT has been removed as a required dependency. The programs that need it now look for the
ROOT_FOUND
flag to be set.Related Issue
82
Motivation and Context
This was causing issues on some systems that didn't have ROOT installed and the user choose a specific set of build commands.
How Has This Been Tested?
I tested by compiling on a system with ROOT installed, and on a system without ROOT installed.
Screenshots (if appropriate):
Types of changes
Checklist: