Skip to content

Fix missing install of generated Config.h file

Benjamin Morgan requested to merge bmorgan/fixup-config-install into master

As reported by @gcosmo, the install of Config.h was missing, the template file being installed instead. Explicitly add the install of the generated header and filter out the template.

Merge request reports