mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-12 17:19:05 -05:00
Fix problem when using NMake. This generated lines without space so nmake got all confused
This commit is contained in:
@@ -819,7 +819,7 @@ void cmUnixMakefileGenerator::OutputUtilityRule(std::ostream& fout,
|
||||
for(std::vector<std::string>::const_iterator d = dep.begin();
|
||||
d != dep.end(); ++d)
|
||||
{
|
||||
depends += "\\\n";
|
||||
depends += " \\\n";
|
||||
depends += *d;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user