diff options
-rw-r--r-- | Source/cmLocalUnixMakefileGenerator.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmLocalUnixMakefileGenerator.cxx b/Source/cmLocalUnixMakefileGenerator.cxx index f71a464..d7dc51e 100644 --- a/Source/cmLocalUnixMakefileGenerator.cxx +++ b/Source/cmLocalUnixMakefileGenerator.cxx @@ -134,7 +134,6 @@ void cmLocalUnixMakefileGenerator::ProcessDepends(const cmMakeDepend &md) // Delete any hints from the source file's dependencies. (*i)->GetDepends().erase((*i)->GetDepends().begin(), (*i)->GetDepends().end()); - std::cerr << "get depends for " << (*i)->GetFullPath() << "\n"; // Now add the real dependencies for the file. if (info) |