ERR: Remove cout

This commit is contained in:
Andy Cedilnik 2004-01-28 11:22:19 -05:00
parent d23636d48b
commit c1002cccb0
1 changed files with 0 additions and 1 deletions

View File

@ -145,7 +145,6 @@ void cmLocalGenerator::GenerateInstallRules()
std::string libname = libOutPath; std::string libname = libOutPath;
libname += cmSystemTools::GetFilenameWithoutExtension(fname); libname += cmSystemTools::GetFilenameWithoutExtension(fname);
libname += ".lib"; libname += ".lib";
std::cout << "This is dll: " << libname << std::endl;
files = libname.c_str(); files = libname.c_str();
this->AddInstallRule(fout, dest, cmTarget::STATIC_LIBRARY, files, true); this->AddInstallRule(fout, dest, cmTarget::STATIC_LIBRARY, files, true);
std::string dlldest = prefix + l->second.GetRuntimeInstallPath(); std::string dlldest = prefix + l->second.GetRuntimeInstallPath();