ENH: put the if in the right place
This commit is contained in:
parent
0406aace34
commit
eb3da1cdf3
|
@ -1123,11 +1123,11 @@ void cmMakefileTargetGenerator
|
||||||
depends.push_back(location);
|
depends.push_back(location);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
// depend on full path libs as well
|
||||||
// depend on full path libs as well
|
else if(cmSystemTools::FileIsFullPath(lib->first.c_str()))
|
||||||
else if(cmSystemTools::FileIsFullPath(lib->first.c_str()))
|
{
|
||||||
{
|
depends.push_back(lib->first.c_str());
|
||||||
depends.push_back(lib->first.c_str());
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue