parent
737261785a
commit
43f96eaf93
|
@ -57,7 +57,7 @@ bool cmTargetLinkLibrariesCommand
|
|||
// specification when the keyword is encountered.
|
||||
this->DoingInterface = false;
|
||||
|
||||
// add libraries, nothe that there is an optional prefix
|
||||
// add libraries, nothe that there is an optional prefix
|
||||
// of debug and optimized than can be used
|
||||
for(unsigned int i=1; i < args.size(); ++i)
|
||||
{
|
||||
|
@ -118,7 +118,7 @@ bool cmTargetLinkLibrariesCommand
|
|||
llt = cmTarget::GENERAL;
|
||||
std::string linkType = args[0];
|
||||
linkType += "_LINK_TYPE";
|
||||
const char* linkTypeString =
|
||||
const char* linkTypeString =
|
||||
this->Makefile->GetDefinition( linkType.c_str() );
|
||||
if(linkTypeString)
|
||||
{
|
||||
|
@ -133,7 +133,7 @@ bool cmTargetLinkLibrariesCommand
|
|||
}
|
||||
this->HandleLibrary(args[i].c_str(), llt);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Make sure the last argument was not a library type specifier.
|
||||
if(haveLLT)
|
||||
|
|
Loading…
Reference in New Issue