Skip to content
  • Brad King's avatar
    Initialize IMPORTED GLOBAL targets on reconfigure (#13702) · 5ff75873
    Brad King authored
    Since commit ca39c5cd (Optionally allow IMPORTED targets to be globally
    visible, 2012-01-25) cmGlobalGenerator has a second member that tracks
    targets with global scope.  We must initialize the new 'ImportedTargets'
    member wherever the old 'TotalTargets' member is initialized.  Without
    this initialization the ImportedTargets member is left with dangling
    pointers during a same-process re-configuration.
    5ff75873