Merge topic 'fix-JOM-quiet-make'
3e98ebba
JOM: Pass /NOLOGO when driving builds as is done for NMake
This commit is contained in:
commit
4ef21206e6
|
@ -563,7 +563,7 @@ void cmGlobalUnixMakefileGenerator3
|
||||||
|
|
||||||
// Since we have full control over the invocation of nmake, let us
|
// Since we have full control over the invocation of nmake, let us
|
||||||
// make it quiet.
|
// make it quiet.
|
||||||
if ( this->GetName() == "NMake Makefiles" )
|
if (cmHasLiteralPrefix(this->GetName(), "NMake Makefiles"))
|
||||||
{
|
{
|
||||||
makeCommand.push_back("/NOLOGO");
|
makeCommand.push_back("/NOLOGO");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue