diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2000-09-18 14:19:44 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2000-09-18 14:19:44 (GMT) |
commit | 749b7ff7a3556934f4a7d6ead0f9a4d3ade7fad0 (patch) | |
tree | 46a203ac495408927d19fa4197b7aad16ddcf59f | |
parent | 283d3a0b734750a3bddfda9569894639571cf567 (diff) | |
download | CMake-749b7ff7a3556934f4a7d6ead0f9a4d3ade7fad0.zip CMake-749b7ff7a3556934f4a7d6ead0f9a4d3ade7fad0.tar.gz CMake-749b7ff7a3556934f4a7d6ead0f9a4d3ade7fad0.tar.bz2 |
BUG: remove cout
-rw-r--r-- | Source/cmUnixMakefile.cxx | 1 |
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++) { |