COMP: Oops, typo
This commit is contained in:
parent
bc4e5581ee
commit
49c0a4b52a
|
@ -2089,7 +2089,7 @@ void cmake::GenerateGraphViz(const char* fileName)
|
||||||
if ( depIt->second == 1 )
|
if ( depIt->second == 1 )
|
||||||
{
|
{
|
||||||
std::map<cmStdString, cmTarget*>::iterator tarTypeIt= targetPtrs.find(tgtName);
|
std::map<cmStdString, cmTarget*>::iterator tarTypeIt= targetPtrs.find(tgtName);
|
||||||
if ( tarTypeIt == targetNamesNodes.end() )
|
if ( tarTypeIt == targetPtrs.end() )
|
||||||
{
|
{
|
||||||
// We should not be here.
|
// We should not be here.
|
||||||
std::cout << "Cannot find library: " << tgtName << " even though it was added in the previous pass" << std::endl;
|
std::cout << "Cannot find library: " << tgtName << " even though it was added in the previous pass" << std::endl;
|
||||||
|
|
Loading…
Reference in New Issue