From 749b7ff7a3556934f4a7d6ead0f9a4d3ade7fad0 Mon Sep 17 00:00:00 2001 From: Bill Hoffman Date: Mon, 18 Sep 2000 10:19:44 -0400 Subject: [PATCH] BUG: remove cout --- Source/cmUnixMakefile.cxx | 1 - 1 file changed, 1 deletion(-) diff --git a/Source/cmUnixMakefile.cxx b/Source/cmUnixMakefile.cxx index 1cac1a1c6..a5d9b67c4 100644 --- a/Source/cmUnixMakefile.cxx +++ b/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++) {