summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2000-09-18 14:19:44 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2000-09-18 14:19:44 (GMT)
commit749b7ff7a3556934f4a7d6ead0f9a4d3ade7fad0 (patch)
tree46a203ac495408927d19fa4197b7aad16ddcf59f
parent283d3a0b734750a3bddfda9569894639571cf567 (diff)
downloadCMake-749b7ff7a3556934f4a7d6ead0f9a4d3ade7fad0.zip
CMake-749b7ff7a3556934f4a7d6ead0f9a4d3ade7fad0.tar.gz
CMake-749b7ff7a3556934f4a7d6ead0f9a4d3ade7fad0.tar.bz2
BUG: remove cout
-rw-r--r--Source/cmUnixMakefile.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmUnixMakefile.cxx b/Source/cmUnixMakefile.cxx
index 1cac1a1..a5d9b67 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++)
{