mirror of
https://github.com/Kitware/CMake.git
synced 2025-10-19 11:18:40 +08:00
cmTarget: Request only the link libraries where needed.
This commit is contained in:
@@ -2099,7 +2099,8 @@ cmTarget::GetIncludeDirectories(const std::string& config,
|
||||
|
||||
if(this->Makefile->IsOn("APPLE"))
|
||||
{
|
||||
LinkImplementation const* impl = this->GetLinkImplementation(config);
|
||||
cmLinkImplementationLibraries const* impl =
|
||||
this->GetLinkImplementationLibraries(config);
|
||||
for(std::vector<cmLinkImplItem>::const_iterator
|
||||
it = impl->Libraries.begin();
|
||||
it != impl->Libraries.end(); ++it)
|
||||
|
Reference in New Issue
Block a user