diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-02-24 22:43:19 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-02-24 22:43:19 (GMT) |
commit | 1cd8c643842ea02558eebaf84f192a17d4c9361f (patch) | |
tree | 5f282e3810f9b66ef10f3dc33ab426fd3c5345cf /Source/cmGlobalGenerator.cxx | |
parent | c4156b4531668adc0dc9bf37f42758d6db03ff68 (diff) | |
download | CMake-1cd8c643842ea02558eebaf84f192a17d4c9361f.zip CMake-1cd8c643842ea02558eebaf84f192a17d4c9361f.tar.gz CMake-1cd8c643842ea02558eebaf84f192a17d4c9361f.tar.bz2 |
STYLE: Remove debug
Diffstat (limited to 'Source/cmGlobalGenerator.cxx')
-rw-r--r-- | Source/cmGlobalGenerator.cxx | 1 |
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="; |