The source project of this merge request has been removed.
Prioritize LCG installation over system installation
Before this patch headers were taken from local system installation while libraries were taken from LCG. This MR makes find_package to first search non-system paths and then, if the files are not found, try again with system paths included.