ENH: GENERATED_CODE case added to switch.
This commit is contained in:
parent
f86418e99f
commit
1be3b0fd99
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue