ENH: fix warning

This commit is contained in:
Bill Hoffman 2003-02-01 16:39:39 -05:00
parent 125b6c10f4
commit 94b11a6ee4
1 changed files with 0 additions and 1 deletions

View File

@ -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++)
{