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