BUG: remove cout
This commit is contained in:
parent
283d3a0b73
commit
749b7ff7a3
|
@ -146,7 +146,6 @@ void cmUnixMakefile::OutputMakefile(const char* file)
|
||||||
linkLibs += " ${LOCAL_LINK_FLAGS} ";
|
linkLibs += " ${LOCAL_LINK_FLAGS} ";
|
||||||
cmSystemTools::ReplaceString(linkLibs, "${CMAKE_BINARY_DIR}",
|
cmSystemTools::ReplaceString(linkLibs, "${CMAKE_BINARY_DIR}",
|
||||||
this->GetOutputHomeDirectory() );
|
this->GetOutputHomeDirectory() );
|
||||||
cout << "link libs = " << linkLibs.c_str() << endl;
|
|
||||||
// Now create rules for all of the executables to be built
|
// Now create rules for all of the executables to be built
|
||||||
for(int i = 0; i < m_Classes.size(); i++)
|
for(int i = 0; i < m_Classes.size(); i++)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue