Skip to content
  • Alexander Neundorf's avatar
    exports: move the handling of missing targets into subclasses · 0cfd055a
    Alexander Neundorf authored and Brad King's avatar Brad King committed
    Before, cmExportFileGenerator::ComplainAboutMissingTarget() was a virtual
    function which had to be implemented in the subclasses. It is not
    anymore. Instead, there is now a virtual function
    HandleMissingTargets(), which is implemented in the two subclasses.
    This makes e.g. dealing correctly with APPEND mode easier.
    
    Alex
    0cfd055a