mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-10 07:40:03 -06:00
cmake: Simplify find-package mode library addition
It does not need the cmMakefile version.
This commit is contained in:
@@ -568,7 +568,7 @@ bool cmake::FindPackage(const std::vector<std::string>& args)
|
||||
cmSystemTools::ExpandListArgument(libs, libList);
|
||||
for (std::vector<std::string>::const_iterator libIt = libList.begin();
|
||||
libIt != libList.end(); ++libIt) {
|
||||
mf->AddLinkLibraryForTarget(targetName, *libIt, GENERAL_LibraryType);
|
||||
tgt->AddLinkLibrary(*mf, *libIt, GENERAL_LibraryType);
|
||||
}
|
||||
|
||||
std::string buildType = mf->GetSafeDefinition("CMAKE_BUILD_TYPE");
|
||||
|
||||
Reference in New Issue
Block a user