BUG: Removed debugging output.
This commit is contained in:
parent
04f958b6d9
commit
22cc48c534
|
@ -207,11 +207,6 @@ cmLocalUnixMakefileGenerator2
|
||||||
for(std::vector<cmSourceFile*>::const_iterator source = sources.begin();
|
for(std::vector<cmSourceFile*>::const_iterator source = sources.begin();
|
||||||
source != sources.end(); ++source)
|
source != sources.end(); ++source)
|
||||||
{
|
{
|
||||||
if((*source)->GetCustomCommand())
|
|
||||||
{
|
|
||||||
// Generate this custom command's rule file.
|
|
||||||
std::cout << "Found custom command!" << std::endl;
|
|
||||||
}
|
|
||||||
if(!(*source)->GetPropertyAsBool("HEADER_FILE_ONLY") &&
|
if(!(*source)->GetPropertyAsBool("HEADER_FILE_ONLY") &&
|
||||||
!(*source)->GetCustomCommand() &&
|
!(*source)->GetCustomCommand() &&
|
||||||
!m_GlobalGenerator->IgnoreFile((*source)->GetSourceExtension().c_str()))
|
!m_GlobalGenerator->IgnoreFile((*source)->GetSourceExtension().c_str()))
|
||||||
|
|
Loading…
Reference in New Issue