ENH: remove debug statements
This commit is contained in:
parent
4bbdfc0315
commit
e7ac38077a
@ -260,12 +260,6 @@ void cmUnixMakefileGenerator::OutputMakefile(const char* file)
|
|||||||
}
|
}
|
||||||
this->OutputObjectDepends(dependout);
|
this->OutputObjectDepends(dependout);
|
||||||
}
|
}
|
||||||
else
|
|
||||||
{
|
|
||||||
std::cout << "skipping depends\n";
|
|
||||||
}
|
|
||||||
std::cout << "hello\n";
|
|
||||||
|
|
||||||
this->OutputCustomRules(fout);
|
this->OutputCustomRules(fout);
|
||||||
this->OutputMakeRules(fout);
|
this->OutputMakeRules(fout);
|
||||||
this->OutputInstallRules(fout);
|
this->OutputInstallRules(fout);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user