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