Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cache the CMakeDeps Jinja2 templates (#13857)
The compilation of the Jinja2 templates is quite slow, and several templates needs to be compiled per dependency, so for larger projects with a lot of dependencies it can be quite slow. This is fixed by caching the templates per class instance.
- Loading branch information