cmTarget: Remove unused NameResolvesToFramework.
This commit is contained in:
parent
18046bd50a
commit
c6e8695508
|
@ -610,13 +610,6 @@ void cmTarget::ClearDependencyInformation( cmMakefile& mf,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
//----------------------------------------------------------------------------
|
|
||||||
bool cmTarget::NameResolvesToFramework(const std::string& libname) const
|
|
||||||
{
|
|
||||||
return this->Makefile->GetGlobalGenerator()->
|
|
||||||
NameResolvesToFramework(libname);
|
|
||||||
}
|
|
||||||
|
|
||||||
//----------------------------------------------------------------------------
|
//----------------------------------------------------------------------------
|
||||||
std::string cmTarget::GetDebugGeneratorExpressions(const std::string &value,
|
std::string cmTarget::GetDebugGeneratorExpressions(const std::string &value,
|
||||||
cmTargetLinkLibraryType llt) const
|
cmTargetLinkLibraryType llt) const
|
||||||
|
|
|
@ -145,8 +145,6 @@ public:
|
||||||
*/
|
*/
|
||||||
void ClearDependencyInformation(cmMakefile& mf, const std::string& target);
|
void ClearDependencyInformation(cmMakefile& mf, const std::string& target);
|
||||||
|
|
||||||
// Check to see if a library is a framework and treat it different on Mac
|
|
||||||
bool NameResolvesToFramework(const std::string& libname) const;
|
|
||||||
void AddLinkLibrary(cmMakefile& mf,
|
void AddLinkLibrary(cmMakefile& mf,
|
||||||
const std::string& target, const std::string& lib,
|
const std::string& target, const std::string& lib,
|
||||||
cmTargetLinkLibraryType llt);
|
cmTargetLinkLibraryType llt);
|
||||||
|
|
Loading…
Reference in New Issue