mirror of
https://github.com/reactos/CMake.git
synced 2024-12-11 13:24:58 +00:00
Ninja: Remove unused variable.
This commit is contained in:
parent
a100888b75
commit
9096daaf5c
@ -631,7 +631,6 @@ void cmNinjaNormalTargetGenerator::WriteLinkStatement()
|
||||
std::string cmakeCommand =
|
||||
this->GetLocalGenerator()->ConvertToOutputFormat(
|
||||
cmSystemTools::GetCMakeCommand(), cmLocalGenerator::SHELL);
|
||||
std::string dllname = targetOutput;
|
||||
std::string name_of_def_file
|
||||
= target.GetSupportDirectory();
|
||||
name_of_def_file += "/" + target.GetName();
|
||||
|
Loading…
Reference in New Issue
Block a user