BUG: fix comment
This commit is contained in:
parent
e49b93989d
commit
9c35a99e45
|
@ -791,7 +791,7 @@ cmGlobalUnixMakefileGenerator3
|
|||
}
|
||||
commands.push_back(progCmd.str());
|
||||
}
|
||||
progressDir = "Building target ";
|
||||
progressDir = "Built target ";
|
||||
progressDir += t->first;
|
||||
lg->AppendEcho(commands,progressDir.c_str());
|
||||
|
||||
|
|
Loading…
Reference in New Issue