|
|
@ -83,10 +83,12 @@ class cmTargetInternals
|
|
|
|
public:
|
|
|
|
public:
|
|
|
|
cmTargetInternals()
|
|
|
|
cmTargetInternals()
|
|
|
|
{
|
|
|
|
{
|
|
|
|
|
|
|
|
this->PolicyWarnedCMP0022 = false;
|
|
|
|
this->SourceFileFlagsConstructed = false;
|
|
|
|
this->SourceFileFlagsConstructed = false;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
cmTargetInternals(cmTargetInternals const& r)
|
|
|
|
cmTargetInternals(cmTargetInternals const& r)
|
|
|
|
{
|
|
|
|
{
|
|
|
|
|
|
|
|
this->PolicyWarnedCMP0022 = false;
|
|
|
|
this->SourceFileFlagsConstructed = false;
|
|
|
|
this->SourceFileFlagsConstructed = false;
|
|
|
|
// Only some of these entries are part of the object state.
|
|
|
|
// Only some of these entries are part of the object state.
|
|
|
|
// Others not copied here are result caches.
|
|
|
|
// Others not copied here are result caches.
|
|
|
@ -109,6 +111,7 @@ public:
|
|
|
|
typedef std::map<TargetConfigPair, OptionalLinkInterface>
|
|
|
|
typedef std::map<TargetConfigPair, OptionalLinkInterface>
|
|
|
|
LinkInterfaceMapType;
|
|
|
|
LinkInterfaceMapType;
|
|
|
|
LinkInterfaceMapType LinkInterfaceMap;
|
|
|
|
LinkInterfaceMapType LinkInterfaceMap;
|
|
|
|
|
|
|
|
bool PolicyWarnedCMP0022;
|
|
|
|
|
|
|
|
|
|
|
|
typedef std::map<cmStdString, cmTarget::OutputInfo> OutputInfoMapType;
|
|
|
|
typedef std::map<cmStdString, cmTarget::OutputInfo> OutputInfoMapType;
|
|
|
|
OutputInfoMapType OutputInfoMap;
|
|
|
|
OutputInfoMapType OutputInfoMap;
|
|
|
@ -833,7 +836,7 @@ void cmTarget::DefineProperties(cmake *cm)
|
|
|
|
"CMAKE_LINK_INTERFACE_LIBRARIES if it is set when a target is "
|
|
|
|
"CMAKE_LINK_INTERFACE_LIBRARIES if it is set when a target is "
|
|
|
|
"created. "
|
|
|
|
"created. "
|
|
|
|
"This property is ignored for STATIC libraries.\n"
|
|
|
|
"This property is ignored for STATIC libraries.\n"
|
|
|
|
"This property is overriden by the INTERFACE_LINK_LIBRARIES property if "
|
|
|
|
"This property is overridden by the INTERFACE_LINK_LIBRARIES property if "
|
|
|
|
"policy CMP0022 is NEW.\n"
|
|
|
|
"policy CMP0022 is NEW.\n"
|
|
|
|
"This property is deprecated. Use INTERFACE_LINK_LIBRARIES instead.");
|
|
|
|
"This property is deprecated. Use INTERFACE_LINK_LIBRARIES instead.");
|
|
|
|
|
|
|
|
|
|
|
@ -844,18 +847,18 @@ void cmTarget::DefineProperties(cmake *cm)
|
|
|
|
"LINK_INTERFACE_LIBRARIES. "
|
|
|
|
"LINK_INTERFACE_LIBRARIES. "
|
|
|
|
"If set, this property completely overrides the generic property "
|
|
|
|
"If set, this property completely overrides the generic property "
|
|
|
|
"for the named configuration.\n"
|
|
|
|
"for the named configuration.\n"
|
|
|
|
"This property is overriden by the INTERFACE_LINK_LIBRARIES property if "
|
|
|
|
"This property is overridden by the INTERFACE_LINK_LIBRARIES property if "
|
|
|
|
"policy CMP0022 is NEW.\n"
|
|
|
|
"policy CMP0022 is NEW.\n"
|
|
|
|
"This property is deprecated. Use INTERFACE_LINK_LIBRARIES instead.");
|
|
|
|
"This property is deprecated. Use INTERFACE_LINK_LIBRARIES instead.");
|
|
|
|
|
|
|
|
|
|
|
|
cm->DefineProperty
|
|
|
|
cm->DefineProperty
|
|
|
|
("INTERFACE_LINK_LIBRARIES", cmProperty::TARGET,
|
|
|
|
("INTERFACE_LINK_LIBRARIES", cmProperty::TARGET,
|
|
|
|
"List public interface libraries for a shared library or executable.",
|
|
|
|
"List public interface libraries for a library.",
|
|
|
|
"This property contains the list of transitive link dependencies. "
|
|
|
|
"This property contains the list of transitive link dependencies. "
|
|
|
|
"When the target is linked into another target the libraries "
|
|
|
|
"When the target is linked into another target the libraries "
|
|
|
|
"listed (and recursively their link interface libraries) will be "
|
|
|
|
"listed (and recursively their link interface libraries) will be "
|
|
|
|
"provided to the other target also. "
|
|
|
|
"provided to the other target also. "
|
|
|
|
"This property is overriden by the LINK_INTERFACE_LIBRARIES or "
|
|
|
|
"This property is overridden by the LINK_INTERFACE_LIBRARIES or "
|
|
|
|
"LINK_INTERFACE_LIBRARIES_<CONFIG> property if "
|
|
|
|
"LINK_INTERFACE_LIBRARIES_<CONFIG> property if "
|
|
|
|
"policy CMP0022 is OLD or unset.\n"
|
|
|
|
"policy CMP0022 is OLD or unset.\n"
|
|
|
|
"\n"
|
|
|
|
"\n"
|
|
|
@ -2331,16 +2334,10 @@ void cmTarget::MergeLinkLibraries( cmMakefile& mf,
|
|
|
|
i += this->PrevLinkedLibraries.size();
|
|
|
|
i += this->PrevLinkedLibraries.size();
|
|
|
|
for( ; i != libs.end(); ++i )
|
|
|
|
for( ; i != libs.end(); ++i )
|
|
|
|
{
|
|
|
|
{
|
|
|
|
// We call this so that the dependencies get written to the cache
|
|
|
|
// This is equivalent to the target_link_libraries plain signature.
|
|
|
|
this->AddLinkLibrary( mf, selfname, i->first.c_str(), i->second );
|
|
|
|
this->AddLinkLibrary( mf, selfname, i->first.c_str(), i->second );
|
|
|
|
|
|
|
|
|
|
|
|
if (this->GetType() == cmTarget::STATIC_LIBRARY)
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
this->AppendProperty("INTERFACE_LINK_LIBRARIES",
|
|
|
|
this->AppendProperty("INTERFACE_LINK_LIBRARIES",
|
|
|
|
("$<LINK_ONLY:" +
|
|
|
|
this->GetDebugGeneratorExpressions(i->first.c_str(), i->second).c_str());
|
|
|
|
this->GetDebugGeneratorExpressions(i->first.c_str(), i->second) +
|
|
|
|
|
|
|
|
">").c_str());
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
this->PrevLinkedLibraries = libs;
|
|
|
|
this->PrevLinkedLibraries = libs;
|
|
|
|
}
|
|
|
|
}
|
|
|
@ -6412,12 +6409,20 @@ bool cmTarget::ComputeLinkInterface(const char* config, LinkInterface& iface,
|
|
|
|
// An explicit list of interface libraries may be set for shared
|
|
|
|
// An explicit list of interface libraries may be set for shared
|
|
|
|
// libraries and executables that export symbols.
|
|
|
|
// libraries and executables that export symbols.
|
|
|
|
const char* explicitLibraries = 0;
|
|
|
|
const char* explicitLibraries = 0;
|
|
|
|
const char* newExplicitLibraries =
|
|
|
|
|
|
|
|
this->GetProperty("INTERFACE_LINK_LIBRARIES");
|
|
|
|
|
|
|
|
std::string linkIfaceProp;
|
|
|
|
std::string linkIfaceProp;
|
|
|
|
if(this->GetType() == cmTarget::SHARED_LIBRARY ||
|
|
|
|
if(this->PolicyStatusCMP0022 != cmPolicies::OLD &&
|
|
|
|
|
|
|
|
this->PolicyStatusCMP0022 != cmPolicies::WARN)
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
// CMP0022 NEW behavior is to use INTERFACE_LINK_LIBRARIES.
|
|
|
|
|
|
|
|
linkIfaceProp = "INTERFACE_LINK_LIBRARIES";
|
|
|
|
|
|
|
|
explicitLibraries = this->GetProperty(linkIfaceProp.c_str());
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
else if(this->GetType() == cmTarget::SHARED_LIBRARY ||
|
|
|
|
this->IsExecutableWithExports())
|
|
|
|
this->IsExecutableWithExports())
|
|
|
|
{
|
|
|
|
{
|
|
|
|
|
|
|
|
// CMP0022 OLD behavior is to use LINK_INTERFACE_LIBRARIES if set on a
|
|
|
|
|
|
|
|
// shared lib or executable.
|
|
|
|
|
|
|
|
|
|
|
|
// Lookup the per-configuration property.
|
|
|
|
// Lookup the per-configuration property.
|
|
|
|
linkIfaceProp = "LINK_INTERFACE_LIBRARIES";
|
|
|
|
linkIfaceProp = "LINK_INTERFACE_LIBRARIES";
|
|
|
|
linkIfaceProp += suffix;
|
|
|
|
linkIfaceProp += suffix;
|
|
|
@ -6429,95 +6434,32 @@ bool cmTarget::ComputeLinkInterface(const char* config, LinkInterface& iface,
|
|
|
|
linkIfaceProp = "LINK_INTERFACE_LIBRARIES";
|
|
|
|
linkIfaceProp = "LINK_INTERFACE_LIBRARIES";
|
|
|
|
explicitLibraries = this->GetProperty(linkIfaceProp.c_str());
|
|
|
|
explicitLibraries = this->GetProperty(linkIfaceProp.c_str());
|
|
|
|
}
|
|
|
|
}
|
|
|
|
if (newExplicitLibraries
|
|
|
|
}
|
|
|
|
&& (!explicitLibraries ||
|
|
|
|
|
|
|
|
(explicitLibraries
|
|
|
|
if(explicitLibraries && this->PolicyStatusCMP0022 == cmPolicies::WARN &&
|
|
|
|
&& strcmp(newExplicitLibraries, explicitLibraries) != 0)))
|
|
|
|
!this->Internal->PolicyWarnedCMP0022)
|
|
|
|
{
|
|
|
|
|
|
|
|
switch(this->GetPolicyStatusCMP0022())
|
|
|
|
|
|
|
|
{
|
|
|
|
{
|
|
|
|
case cmPolicies::WARN:
|
|
|
|
// Compare the explicitly set old link interface properties to the
|
|
|
|
|
|
|
|
// preferred new link interface property one and warn if different.
|
|
|
|
|
|
|
|
const char* newExplicitLibraries =
|
|
|
|
|
|
|
|
this->GetProperty("INTERFACE_LINK_LIBRARIES");
|
|
|
|
|
|
|
|
if (newExplicitLibraries
|
|
|
|
|
|
|
|
&& strcmp(newExplicitLibraries, explicitLibraries) != 0)
|
|
|
|
{
|
|
|
|
{
|
|
|
|
cmOStringStream w;
|
|
|
|
cmOStringStream w;
|
|
|
|
w << (this->Makefile->GetPolicies()
|
|
|
|
w <<
|
|
|
|
|
|
|
|
(this->Makefile->GetPolicies()
|
|
|
|
->GetPolicyWarning(cmPolicies::CMP0022)) << "\n"
|
|
|
|
->GetPolicyWarning(cmPolicies::CMP0022)) << "\n"
|
|
|
|
<< "Target \"" << this->GetName() << "\" has a "
|
|
|
|
"Target \"" << this->GetName() << "\" has an "
|
|
|
|
"INTERFACE_LINK_LIBRARIES property which differs from its "
|
|
|
|
"INTERFACE_LINK_LIBRARIES property which differs from its " <<
|
|
|
|
<< linkIfaceProp << " properties."
|
|
|
|
linkIfaceProp << " properties."
|
|
|
|
"\n"
|
|
|
|
"\n"
|
|
|
|
"INTERFACE_LINK_LIBRARIES:\n"
|
|
|
|
"INTERFACE_LINK_LIBRARIES:\n"
|
|
|
|
<< newExplicitLibraries
|
|
|
|
" " << newExplicitLibraries << "\n" <<
|
|
|
|
<< "\n"
|
|
|
|
linkIfaceProp << ":\n"
|
|
|
|
<< linkIfaceProp << ":\n "
|
|
|
|
" " << (explicitLibraries ? explicitLibraries : "(empty)") << "\n";
|
|
|
|
<< (explicitLibraries ? explicitLibraries : "(empty)") << "\n";
|
|
|
|
|
|
|
|
this->Makefile->IssueMessage(cmake::AUTHOR_WARNING, w.str());
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
// Fall through
|
|
|
|
|
|
|
|
case cmPolicies::OLD:
|
|
|
|
|
|
|
|
break;
|
|
|
|
|
|
|
|
case cmPolicies::REQUIRED_IF_USED:
|
|
|
|
|
|
|
|
case cmPolicies::REQUIRED_ALWAYS:
|
|
|
|
|
|
|
|
case cmPolicies::NEW:
|
|
|
|
|
|
|
|
explicitLibraries = newExplicitLibraries;
|
|
|
|
|
|
|
|
linkIfaceProp = "INTERFACE_LINK_LIBRARIES";
|
|
|
|
|
|
|
|
break;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
else if(this->GetType() == cmTarget::STATIC_LIBRARY)
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
if (newExplicitLibraries)
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
cmListFileBacktrace lfbt;
|
|
|
|
|
|
|
|
cmGeneratorExpression ge(lfbt);
|
|
|
|
|
|
|
|
cmGeneratorExpressionDAGChecker dagChecker(lfbt, this->GetName(),
|
|
|
|
|
|
|
|
"INTERFACE_LINK_LIBRARIES", 0, 0);
|
|
|
|
|
|
|
|
std::vector<std::string> ifaceLibs;
|
|
|
|
|
|
|
|
cmSystemTools::ExpandListArgument(
|
|
|
|
|
|
|
|
ge.Parse(newExplicitLibraries)->Evaluate(
|
|
|
|
|
|
|
|
this->Makefile,
|
|
|
|
|
|
|
|
config,
|
|
|
|
|
|
|
|
false,
|
|
|
|
|
|
|
|
headTarget,
|
|
|
|
|
|
|
|
this, &dagChecker), ifaceLibs);
|
|
|
|
|
|
|
|
LinkImplementation const* impl = this->GetLinkImplementation(config,
|
|
|
|
|
|
|
|
headTarget);
|
|
|
|
|
|
|
|
if (ifaceLibs != impl->Libraries)
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
switch(this->GetPolicyStatusCMP0022())
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
case cmPolicies::WARN:
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
cmOStringStream w;
|
|
|
|
|
|
|
|
w << (this->Makefile->GetPolicies()
|
|
|
|
|
|
|
|
->GetPolicyWarning(cmPolicies::CMP0022)) << "\n"
|
|
|
|
|
|
|
|
<< "Static library target \"" << this->GetName() << "\" has a "
|
|
|
|
|
|
|
|
"INTERFACE_LINK_LIBRARIES property. This should be preferred "
|
|
|
|
|
|
|
|
"as the source of the link interface for this library. "
|
|
|
|
|
|
|
|
"Ignoring the property and using the link implementation "
|
|
|
|
|
|
|
|
"as the link interface instead.";
|
|
|
|
|
|
|
|
this->Makefile->IssueMessage(cmake::AUTHOR_WARNING, w.str());
|
|
|
|
this->Makefile->IssueMessage(cmake::AUTHOR_WARNING, w.str());
|
|
|
|
}
|
|
|
|
this->Internal->PolicyWarnedCMP0022 = true;
|
|
|
|
// Fall through
|
|
|
|
|
|
|
|
case cmPolicies::OLD:
|
|
|
|
|
|
|
|
break;
|
|
|
|
|
|
|
|
case cmPolicies::REQUIRED_IF_USED:
|
|
|
|
|
|
|
|
case cmPolicies::REQUIRED_ALWAYS:
|
|
|
|
|
|
|
|
case cmPolicies::NEW:
|
|
|
|
|
|
|
|
explicitLibraries = newExplicitLibraries;
|
|
|
|
|
|
|
|
linkIfaceProp = "INTERFACE_LINK_LIBRARIES";
|
|
|
|
|
|
|
|
break;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
else
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
iface.Libraries = impl->Libraries;
|
|
|
|
|
|
|
|
if(this->LinkLanguagePropagatesToDependents())
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
// Targets using this archive need its language runtime libraries.
|
|
|
|
|
|
|
|
iface.Languages = impl->Languages;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
@ -6588,11 +6530,12 @@ bool cmTarget::ComputeLinkInterface(const char* config, LinkInterface& iface,
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
else if (this->GetPolicyStatusCMP0022() == cmPolicies::WARN
|
|
|
|
else if (this->PolicyStatusCMP0022 == cmPolicies::WARN
|
|
|
|
|| this->GetPolicyStatusCMP0022() == cmPolicies::OLD)
|
|
|
|
|| this->PolicyStatusCMP0022 == cmPolicies::OLD)
|
|
|
|
// The implementation shouldn't be the interface if CMP0022 is NEW. That
|
|
|
|
// If CMP0022 is NEW then the plain tll signature sets the
|
|
|
|
// way, the LINK_LIBRARIES property can be set directly without having to
|
|
|
|
// INTERFACE_LINK_LIBRARIES, so if we get here then the project
|
|
|
|
// empty the INTERFACE_LINK_LIBRARIES
|
|
|
|
// cleared the property explicitly and we should not fall back
|
|
|
|
|
|
|
|
// to the link implementation.
|
|
|
|
{
|
|
|
|
{
|
|
|
|
// The link implementation is the default link interface.
|
|
|
|
// The link implementation is the default link interface.
|
|
|
|
LinkImplementation const* impl = this->GetLinkImplementation(config,
|
|
|
|
LinkImplementation const* impl = this->GetLinkImplementation(config,
|
|
|
@ -6605,6 +6548,70 @@ bool cmTarget::ComputeLinkInterface(const char* config, LinkInterface& iface,
|
|
|
|
// Targets using this archive need its language runtime libraries.
|
|
|
|
// Targets using this archive need its language runtime libraries.
|
|
|
|
iface.Languages = impl->Languages;
|
|
|
|
iface.Languages = impl->Languages;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if(this->PolicyStatusCMP0022 == cmPolicies::WARN &&
|
|
|
|
|
|
|
|
!this->Internal->PolicyWarnedCMP0022)
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
// Compare the link implementation fallback link interface to the
|
|
|
|
|
|
|
|
// preferred new link interface property and warn if different.
|
|
|
|
|
|
|
|
cmListFileBacktrace lfbt;
|
|
|
|
|
|
|
|
cmGeneratorExpression ge(lfbt);
|
|
|
|
|
|
|
|
cmGeneratorExpressionDAGChecker dagChecker(lfbt, this->GetName(),
|
|
|
|
|
|
|
|
"INTERFACE_LINK_LIBRARIES", 0, 0);
|
|
|
|
|
|
|
|
std::vector<std::string> ifaceLibs;
|
|
|
|
|
|
|
|
const char* newExplicitLibraries =
|
|
|
|
|
|
|
|
this->GetProperty("INTERFACE_LINK_LIBRARIES");
|
|
|
|
|
|
|
|
cmSystemTools::ExpandListArgument(
|
|
|
|
|
|
|
|
ge.Parse(newExplicitLibraries)->Evaluate(this->Makefile,
|
|
|
|
|
|
|
|
config,
|
|
|
|
|
|
|
|
false,
|
|
|
|
|
|
|
|
headTarget,
|
|
|
|
|
|
|
|
this, &dagChecker),
|
|
|
|
|
|
|
|
ifaceLibs);
|
|
|
|
|
|
|
|
if (ifaceLibs != impl->Libraries)
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
std::string oldLibraries;
|
|
|
|
|
|
|
|
std::string newLibraries;
|
|
|
|
|
|
|
|
const char *sep = "";
|
|
|
|
|
|
|
|
for(std::vector<std::string>::const_iterator it
|
|
|
|
|
|
|
|
= impl->Libraries.begin(); it != impl->Libraries.end(); ++it)
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
oldLibraries += sep;
|
|
|
|
|
|
|
|
oldLibraries += *it;
|
|
|
|
|
|
|
|
sep = ";";
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
sep = "";
|
|
|
|
|
|
|
|
for(std::vector<std::string>::const_iterator it
|
|
|
|
|
|
|
|
= ifaceLibs.begin(); it != ifaceLibs.end(); ++it)
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
newLibraries += sep;
|
|
|
|
|
|
|
|
newLibraries += *it;
|
|
|
|
|
|
|
|
sep = ";";
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
if(oldLibraries.empty())
|
|
|
|
|
|
|
|
{ oldLibraries = "(empty)"; }
|
|
|
|
|
|
|
|
if(newLibraries.empty())
|
|
|
|
|
|
|
|
{ newLibraries = "(empty)"; }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
cmOStringStream w;
|
|
|
|
|
|
|
|
w <<
|
|
|
|
|
|
|
|
(this->Makefile->GetPolicies()
|
|
|
|
|
|
|
|
->GetPolicyWarning(cmPolicies::CMP0022)) << "\n"
|
|
|
|
|
|
|
|
"Target \"" << this->GetName() << "\" has an "
|
|
|
|
|
|
|
|
"INTERFACE_LINK_LIBRARIES property. "
|
|
|
|
|
|
|
|
"This should be preferred as the source of the link interface "
|
|
|
|
|
|
|
|
"for this library but because CMP0022 is not set CMake is "
|
|
|
|
|
|
|
|
"ignoring the property and using the link implementation "
|
|
|
|
|
|
|
|
"as the link interface instead."
|
|
|
|
|
|
|
|
"\n"
|
|
|
|
|
|
|
|
"INTERFACE_LINK_LIBRARIES:\n"
|
|
|
|
|
|
|
|
" " << newLibraries << "\n"
|
|
|
|
|
|
|
|
"Link implementation:\n"
|
|
|
|
|
|
|
|
" " << oldLibraries << "\n";
|
|
|
|
|
|
|
|
this->Makefile->IssueMessage(cmake::AUTHOR_WARNING, w.str());
|
|
|
|
|
|
|
|
this->Internal->PolicyWarnedCMP0022 = true;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
if(this->GetType() == cmTarget::STATIC_LIBRARY)
|
|
|
|
if(this->GetType() == cmTarget::STATIC_LIBRARY)
|
|
|
|