Skip to content
  • Brad King's avatar
    Manage current local generator with automatic var · a6890a16
    Brad King authored
    The cmLocalGenerator::Configure method sets its cmLocalGenerator
    instance as the global generator's current local generator during
    configuration.  This commit refactors management of the current local
    generator to use an automatic variable.  This will allow early returns
    from the method.
    a6890a16