Skip to content

cmCPackGeneratorFactory: remove manual memory deallocation

  • Return std::unique_ptr instead of raw pointer. [Inline NewGeneratorInternal.]
  • Remove internal owning std::vector.

Merge request reports