mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 21:31:08 -06:00
cmLocalUnixMakefileGenerator3: Remove unused variable.
This commit is contained in:
@@ -1840,7 +1840,6 @@ void cmLocalUnixMakefileGenerator3
|
||||
std::vector<std::string> commands;
|
||||
|
||||
// Write the all rule.
|
||||
std::string dir;
|
||||
std::string recursiveTarget = this->Makefile->GetCurrentBinaryDirectory();
|
||||
recursiveTarget += "/all";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user