|
|
@@ -384,13 +384,8 @@ cmTargetLinkLibrariesCommand::HandleLibrary(const char* lib,
|
|
|
}
|
|
|
}
|
|
|
|
|
|
- if(this->CurrentProcessingState == ProcessingLinkLibraries
|
|
|
- && !this->Target->GetProperty("LINK_INTERFACE_LIBRARIES"))
|
|
|
- {
|
|
|
- this->Makefile
|
|
|
- ->AddLinkLibraryForTarget(this->Target->GetName(), lib, llt);
|
|
|
- }
|
|
|
- else if(this->CurrentProcessingState != ProcessingKeywordLinkInterface
|
|
|
+ // Handle normal case first.
|
|
|
+ if(this->CurrentProcessingState != ProcessingKeywordLinkInterface
|
|
|
&& this->CurrentProcessingState != ProcessingPlainLinkInterface)
|
|
|
{
|
|
|
this->Makefile
|