Skip to content

LCGConfig: Call lcg_setup_release only once

Avoid calling lcg_setup_release if the LCG release has already been found successfully before. This saves about 1 second in configuration time (~15% for a single packet WorkDir).

I know, absolutely this is not a big saving but if we manage to find another seven of those, our cmake configuration is going to be "instant" for small WorkDirs ;-)

Merge request reports