Browse Source

ERR: Remove cout

Andy Cedilnik 22 years ago
parent
commit
c1002cccb0
1 changed files with 0 additions and 1 deletions
  1. 0 1
      Source/cmLocalGenerator.cxx

+ 0 - 1
Source/cmLocalGenerator.cxx

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