Skip to content

cmExportFileGenerator: Simplify collection of targets missing from export set

Brad King requested to merge brad.king/cmake:export-missing-targets into master

Store the list of missing target names in a member instead of threading an explicit reference to it through the call stack.

Merge request reports