BUG: remove cout

This commit is contained in:
Bill Hoffman 2000-09-18 10:19:44 -04:00
parent 283d3a0b73
commit 749b7ff7a3
1 changed files with 0 additions and 1 deletions

View File

@ -146,7 +146,6 @@ void cmUnixMakefile::OutputMakefile(const char* file)
linkLibs += " ${LOCAL_LINK_FLAGS} ";
cmSystemTools::ReplaceString(linkLibs, "${CMAKE_BINARY_DIR}",
this->GetOutputHomeDirectory() );
cout << "link libs = " << linkLibs.c_str() << endl;
// Now create rules for all of the executables to be built
for(int i = 0; i < m_Classes.size(); i++)
{