mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-08 06:40:48 -06:00
COMP: fix warning
This commit is contained in:
@@ -1680,15 +1680,12 @@ std::string cmLocalGenerator::GetRealDependency(const char* inName,
|
||||
// This is a full path. Return it as given.
|
||||
return inName;
|
||||
}
|
||||
else
|
||||
{
|
||||
// Treat the name as relative to the source directory in which it
|
||||
// was given.
|
||||
name = m_Makefile->GetCurrentDirectory();
|
||||
name += "/";
|
||||
name += inName;
|
||||
return name;
|
||||
}
|
||||
// Treat the name as relative to the source directory in which it
|
||||
// was given.
|
||||
name = m_Makefile->GetCurrentDirectory();
|
||||
name += "/";
|
||||
name += inName;
|
||||
return name;
|
||||
}
|
||||
|
||||
//----------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user