mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-04 13:19:51 -05:00
BUG: bug for more than one custom commands
This commit is contained in:
@@ -1285,6 +1285,7 @@ cmMSDotNETGenerator::CombineCommands(const cmSourceGroup::Commands &commands,
|
||||
totalCommandStr += temp;
|
||||
totalCommandStr += " ";
|
||||
totalCommandStr += c->second.m_Arguments;
|
||||
totalCommandStr += "\n";
|
||||
totalCommand.Merge(c->second);
|
||||
}
|
||||
// Create a dummy file with the name of the source if it does
|
||||
|
||||
Reference in New Issue
Block a user