mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-13 18:00:09 -06:00
cmMakefile: Fix style.
This commit is contained in:
@@ -2072,7 +2072,8 @@ void cmMakefile::AddGlobalLinkInformation(const std::string& name,
|
|||||||
if(std::find(this->LinkDirectories.begin(),
|
if(std::find(this->LinkDirectories.begin(),
|
||||||
this->LinkDirectories.end(), newdir)
|
this->LinkDirectories.end(), newdir)
|
||||||
== this->LinkDirectories.end())
|
== this->LinkDirectories.end())
|
||||||
{target.AddLinkDirectory(*j);
|
{
|
||||||
|
target.AddLinkDirectory(*j);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user