COMP: Oops, typo

This commit is contained in:
Andy Cedilnik 2006-03-03 14:28:28 -05:00
parent bc4e5581ee
commit 49c0a4b52a
1 changed files with 1 additions and 1 deletions

View File

@ -2089,7 +2089,7 @@ void cmake::GenerateGraphViz(const char* fileName)
if ( depIt->second == 1 )
{
std::map<cmStdString, cmTarget*>::iterator tarTypeIt= targetPtrs.find(tgtName);
if ( tarTypeIt == targetNamesNodes.end() )
if ( tarTypeIt == targetPtrs.end() )
{
// We should not be here.
std::cout << "Cannot find library: " << tgtName << " even though it was added in the previous pass" << std::endl;