1
0
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:
Alex Neundorf
2011-08-18 18:39:05 +02:00
parent 7d693108fa
commit 43869188af

View File

@@ -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);
}