BUG: remove unused
This commit is contained in:
parent
e42013dc71
commit
1f773c3ea9
|
@ -359,7 +359,6 @@ void cmUnixMakefileGenerator::OutputLinkLibraries(std::ostream& fout,
|
|||
libDir != libdirs.end(); ++libDir)
|
||||
{
|
||||
std::string libpath = cmSystemTools::EscapeSpaces(libDir->c_str());
|
||||
bool skipPath = false;
|
||||
if (m_LibraryOutputPath.size())
|
||||
{
|
||||
if(m_LibraryOutputPath != libpath
|
||||
|
|
Loading…
Reference in New Issue