Skip to content
  • Patrick Gansterer's avatar
    Allow a GeneratorFactory handling of more than one generator · 04ff866c
    Patrick Gansterer authored and Brad King's avatar Brad King committed
    Pass the name of the requested generator to the generator factory,
    which is now responsible to check if it can create a matching
    generator for the name. This allows us to add more logic to the
    factory in a next step, so that not every possible generator needs
    to get registered explicit in cmake::AddDefaultGenerators().
    04ff866c