mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-24 07:08:38 -05:00
ENH: remove debug statements
This commit is contained in:
@@ -260,12 +260,6 @@ void cmUnixMakefileGenerator::OutputMakefile(const char* file)
|
||||
}
|
||||
this->OutputObjectDepends(dependout);
|
||||
}
|
||||
else
|
||||
{
|
||||
std::cout << "skipping depends\n";
|
||||
}
|
||||
std::cout << "hello\n";
|
||||
|
||||
this->OutputCustomRules(fout);
|
||||
this->OutputMakeRules(fout);
|
||||
this->OutputInstallRules(fout);
|
||||
|
||||
Reference in New Issue
Block a user