use -i not -k for make
This commit is contained in:
parent
69cb66f7ff
commit
27522269ff
|
@ -77,7 +77,7 @@ bool cmBuildCommand::InitialPass(std::vector<std::string> const& args)
|
|||
else
|
||||
{
|
||||
makecommand = makeprogram;
|
||||
makecommand += " -k";
|
||||
makecommand += " -i";
|
||||
}
|
||||
m_Makefile->AddCacheDefinition(define,
|
||||
makecommand.c_str(),
|
||||
|
|
Loading…
Reference in New Issue