mirror of
https://github.com/Kitware/CMake.git
synced 2025-10-19 19:43:23 +08:00
Fix line length
Alex
This commit is contained in:
@@ -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