Browse Source

BUG: remove cout

Bill Hoffman 25 years ago
parent
commit
749b7ff7a3
1 changed files with 0 additions and 1 deletions
  1. 0 1
      Source/cmUnixMakefile.cxx

+ 0 - 1
Source/cmUnixMakefile.cxx

@@ -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++)
       {