ENH: fix warning
This commit is contained in:
parent
125b6c10f4
commit
94b11a6ee4
|
@ -385,7 +385,6 @@ void cmMakefile::ConfigureFinalPass()
|
|||
bool oldVersion = (!versionValue || atof(versionValue) < 1.4);
|
||||
// merge libraries
|
||||
|
||||
std::string notFoundVars;
|
||||
for (cmTargets::iterator l = m_Targets.begin();
|
||||
l != m_Targets.end(); l++)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue