Skip to content

Prioritize LCG installation over system installation

Sami Kama requested to merge (removed):master into master

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.

Merge request reports