Skip to content

Project configuration speedup

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

Add an include guard for the -targets.cmake file. While the file itself takes care of not creating duplicate targets, even parsing this possibly very large file takes non-negligible amount of time. See the following for a discussion of include guards: https://gitlab.kitware.com/cmake/community/-/wikis/doc/cmake/Performance-Tips#use-an-include-guard

Edited by Frank Winklmeier

Merge request reports