mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-04 21:30:01 -05:00
ENH: use convert to output path for depend files
This commit is contained in:
@@ -1804,7 +1804,7 @@ void cmUnixMakefileGenerator::OutputMakeRules(std::ostream& fout)
|
||||
if(!(*source)->IsAHeaderFileOnly())
|
||||
{
|
||||
allsources += " \\\n";
|
||||
allsources += (*source)->GetFullPath();
|
||||
allsources += this->ConvertToOutputPath((*source)->GetFullPath().c_str());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user