cmGlobalNinjaGenerator: add a TODO for header units

This commit is contained in:
Ben Boeckel
2022-05-31 19:46:01 -04:00
parent 386465bf83
commit a046a45aad

View File

@@ -2555,7 +2555,8 @@ bool cmGlobalNinjaGenerator::WriteDyndepFile(
}
} else {
// Assume the module file path matches the logical module name.
std::string safe_logical_name = p.LogicalName;
std::string safe_logical_name =
p.LogicalName; // TODO: needs fixing for header units
cmSystemTools::ReplaceString(safe_logical_name, ":", "-");
mod = cmStrCat(module_dir, safe_logical_name, module_ext);
}