COMP: fix warning
This commit is contained in:
parent
daca5484b9
commit
a2c1777300
@ -1680,15 +1680,12 @@ std::string cmLocalGenerator::GetRealDependency(const char* inName,
|
|||||||
// This is a full path. Return it as given.
|
// This is a full path. Return it as given.
|
||||||
return inName;
|
return inName;
|
||||||
}
|
}
|
||||||
else
|
|
||||||
{
|
|
||||||
// Treat the name as relative to the source directory in which it
|
// Treat the name as relative to the source directory in which it
|
||||||
// was given.
|
// was given.
|
||||||
name = m_Makefile->GetCurrentDirectory();
|
name = m_Makefile->GetCurrentDirectory();
|
||||||
name += "/";
|
name += "/";
|
||||||
name += inName;
|
name += inName;
|
||||||
return name;
|
return name;
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
//----------------------------------------------------------------------------
|
//----------------------------------------------------------------------------
|
||||||
|
Loading…
x
Reference in New Issue
Block a user