mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-21 14:40:26 -06:00
use -i not -k for make
This commit is contained in:
@@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user