summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalGenerator.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmGlobalGenerator.cxx')
-rw-r--r--Source/cmGlobalGenerator.cxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/Source/cmGlobalGenerator.cxx b/Source/cmGlobalGenerator.cxx
index 51481b7..25ba47d 100644
--- a/Source/cmGlobalGenerator.cxx
+++ b/Source/cmGlobalGenerator.cxx
@@ -687,14 +687,6 @@ void cmGlobalGenerator::Generate()
}
}
}
- {
- cmTargets::iterator tarIt;
- std::cout << "Global targets:" << std::endl;
- for ( tarIt = globalTargets.begin(); tarIt != globalTargets.end(); ++ tarIt )
- {
- std::cout << "* " << tarIt->first.c_str() << std::endl;
- }
- }
// Generate project files
for (i = 0; i < m_LocalGenerators.size(); ++i)