mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-22 14:23:10 -05:00
export: Allow depending on targets exported multiple times
Fixes: #26556
This commit is contained in:
@@ -47,7 +47,7 @@ protected:
|
||||
|
||||
ExportInfo FindExportInfo(cmGeneratorTarget const* /*target*/) const override
|
||||
{
|
||||
return { {}, {} };
|
||||
return { {}, {}, {} };
|
||||
}
|
||||
|
||||
void PopulateProperties(cmGeneratorTarget const* target,
|
||||
|
||||
Reference in New Issue
Block a user