Skip to content

Extract the namespace from the EXPORT_NAME

Simon Praetorius requested to merge issue/export-name-namespace-extraction into master

Summary

When exporting a target where the NAMESPACE is the same as the EXPORT_NAME, e.g. AMDiS::AMDiS we get an error with the extraction of the namespace from the EXPORT_NAME. This MR tries to fix this with a minimal change. This makes the assumption that the export name is always at the end of the full target name.

Edited by Simon Praetorius

Merge request reports