cmExportTryCompileFileGenerator: Remove unused variable.
This commit is contained in:
parent
c197c69281
commit
e133e40937
|
@ -99,8 +99,6 @@ cmExportTryCompileFileGenerator::PopulateProperties(cmTarget const* target,
|
||||||
|| i->first.find("IMPORTED_LINK_DEPENDENT_LIBRARIES") == 0
|
|| i->first.find("IMPORTED_LINK_DEPENDENT_LIBRARIES") == 0
|
||||||
|| i->first.find("INTERFACE_LINK_LIBRARIES") == 0)
|
|| i->first.find("INTERFACE_LINK_LIBRARIES") == 0)
|
||||||
{
|
{
|
||||||
const std::string libs = i->second.GetValue();
|
|
||||||
|
|
||||||
std::string evalResult = this->FindTargets(i->first,
|
std::string evalResult = this->FindTargets(i->first,
|
||||||
target, emitted);
|
target, emitted);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue