ENH: if it is not a cmake target or a full path do not put depend information in the command
This commit is contained in:
parent
b15852d8b7
commit
9b8d15944f
@ -2296,7 +2296,7 @@ cmLocalUnixMakefileGenerator3
|
||||
d != cc.GetDepends().end(); ++d)
|
||||
{
|
||||
// Add this dependency.
|
||||
this->AppendAnyDepend(depends, d->c_str(), true);
|
||||
this->AppendAnyDepend(depends, d->c_str());
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user