Skip to content

WIP: Speedup GetLanguages with OBJECT libraries

Julien Finet requested to merge finetjul/cmake:speedup-getlanguages into master

It is a small improvement with graph of dependent OBJECT libraries. A better one would be to cache the GetLanguages result but I did not want to take the risk to get the cache outdated. If you tell me it is safe, I'm happy to add a cache for language.

Edited by Brad King

Merge request reports