mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-26 16:18:43 -05:00
fix for bad assumption
This commit is contained in:
@@ -312,7 +312,7 @@ void cmLocalVisualStudio6Generator::WriteDSPFile(std::ostream& fout,
|
||||
}
|
||||
else
|
||||
{
|
||||
srcFilesToProcess.push(dep);
|
||||
srcFilesToProcess.push(outsf->GetCustomCommand()->GetDepends()[i]);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user