Ninja: Remove an unnecessary variable
This commit is contained in:
parent
80ff2102a4
commit
7a6b5f4651
|
@ -237,7 +237,6 @@ cmNinjaNormalTargetGenerator
|
||||||
}
|
}
|
||||||
|
|
||||||
// We have archive link commands set. First, delete the existing archive.
|
// We have archive link commands set. First, delete the existing archive.
|
||||||
std::vector<std::string> linkCmds;
|
|
||||||
std::string cmakeCommand =
|
std::string cmakeCommand =
|
||||||
this->GetLocalGenerator()->ConvertToOutputFormat(
|
this->GetLocalGenerator()->ConvertToOutputFormat(
|
||||||
this->GetMakefile()->GetRequiredDefinition("CMAKE_COMMAND"),
|
this->GetMakefile()->GetRequiredDefinition("CMAKE_COMMAND"),
|
||||||
|
|
Loading…
Reference in New Issue