cmMakefile: Fix list of macros generation.
It was broken by commit 7ee56f03
(Convert loops into the commonly
used pattern., 2015-01-17).
This commit is contained in:
parent
f19692342b
commit
2d130896a0
|
@ -3757,7 +3757,7 @@ void cmMakefile::GetListOfMacros(std::string& macros) const
|
||||||
{
|
{
|
||||||
macros += sep;
|
macros += sep;
|
||||||
macros += it->first;
|
macros += it->first;
|
||||||
sep = "";
|
sep = ";";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue