mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-12 09:20:41 -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(),
|
||||
this->LinkDirectories.end(), newdir)
|
||||
== this->LinkDirectories.end())
|
||||
{target.AddLinkDirectory(*j);
|
||||
{
|
||||
target.AddLinkDirectory(*j);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user