summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalGenerator.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-02-23 15:48:35 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-02-23 15:48:35 (GMT)
commit32c403f6654c26d9a5c81badbe817327229e6e71 (patch)
treefe96db9f49fe985a5c4c60607cece7f36b8ecdfb /Source/cmGlobalGenerator.cxx
parent12dc64c7f5a6ee7a83e010fbb4df36eb3080b864 (diff)
downloadCMake-32c403f6654c26d9a5c81badbe817327229e6e71.zip
CMake-32c403f6654c26d9a5c81badbe817327229e6e71.tar.gz
CMake-32c403f6654c26d9a5c81badbe817327229e6e71.tar.bz2
ENH: Remove debug
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)