summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalGenerator.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-02-24 22:43:19 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-02-24 22:43:19 (GMT)
commit1cd8c643842ea02558eebaf84f192a17d4c9361f (patch)
tree5f282e3810f9b66ef10f3dc33ab426fd3c5345cf /Source/cmGlobalGenerator.cxx
parentc4156b4531668adc0dc9bf37f42758d6db03ff68 (diff)
downloadCMake-1cd8c643842ea02558eebaf84f192a17d4c9361f.zip
CMake-1cd8c643842ea02558eebaf84f192a17d4c9361f.tar.gz
CMake-1cd8c643842ea02558eebaf84f192a17d4c9361f.tar.bz2
STYLE: Remove debug
Diffstat (limited to 'Source/cmGlobalGenerator.cxx')
-rw-r--r--Source/cmGlobalGenerator.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmGlobalGenerator.cxx b/Source/cmGlobalGenerator.cxx
index d94a02e..d85250f 100644
--- a/Source/cmGlobalGenerator.cxx
+++ b/Source/cmGlobalGenerator.cxx
@@ -1310,7 +1310,6 @@ void cmGlobalGenerator::CreateDefaultGlobalTargets(cmTargets* targets)
}
singleLine.push_back(cmd.c_str());
const char* cmakeCfgIntDir = this->GetCMakeCFGInitDirectory();
- std::cout << "CMakeCFG: " << cmakeCfgIntDir << std::endl;
if ( cmakeCfgIntDir && *cmakeCfgIntDir && cmakeCfgIntDir[1] != '.' )
{
std::string cfgArg = "-DBUILD_TYPE=";