mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-23 14:48:19 -05:00
BUG: fix warning and shadow variable
This commit is contained in:
@@ -1371,7 +1371,6 @@ void cmLocalUnixMakefileGenerator::OutputExecutableRule(std::ostream& fout,
|
||||
if(m_UseRelativePaths)
|
||||
{
|
||||
cmSystemTools::ConvertToUnixSlashes(target);
|
||||
bool needsLocalTarget = false;
|
||||
std::string tgt = this->ConvertToMakeTarget(target.c_str());
|
||||
if(tgt.find('/', 0) != tgt.npos)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user