mirror of
https://github.com/Kitware/CMake.git
synced 2025-12-31 19:00:54 -06:00
cmGlobalNinjaGenerator: add a TODO for header units
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user