diff options
-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++) { |