Skip to content

Cache calls to [lcg,atlas]_os_id and FindPythonInterp (ATLINFR-2132)

Frank Winklmeier requested to merge fwinkl/atlasexternals:cmake_optimize into master

Cache the result of lgc_os_id, atlas_os_id and FindPythonInterp. This provides a significant speedup of the package loop as each of these modules spawns (multiple) child processes.

Edited by Frank Winklmeier

Merge request reports