mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-27 04:09:36 +03:00
Fix line length
Alex
This commit is contained in:
+2
-1
@@ -618,7 +618,8 @@ bool cmake::FindPackage(const std::vector<std::string>& args)
|
||||
libIt != libList.end();
|
||||
++libIt)
|
||||
{
|
||||
mf->AddLinkLibraryForTarget(targetName, libIt->c_str(), cmTarget::GENERAL);
|
||||
mf->AddLinkLibraryForTarget(targetName, libIt->c_str(),
|
||||
cmTarget::GENERAL);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user