ENH: GENERATED_CODE case added to switch.

This commit is contained in:
Luis Ibanez 2001-11-29 01:51:14 -05:00
parent f86418e99f
commit 1be3b0fd99
1 changed files with 2 additions and 0 deletions

View File

@ -679,6 +679,8 @@ void cmUnixMakefileGenerator::OutputTargets(std::ostream& fout)
// This is handled by the OutputInstallRules method
case cmTarget::INSTALL_PROGRAMS:
// This is handled by the OutputInstallRules method
case cmTarget::GENERATED_CODE:
// This is handled by the CustomCommands
break;
}
}