mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-14 10:30:15 -05:00
d55671ad9d
In the domain clear_doc method, avoid removing entries from a dictionary while iterating over it. Instead accumulate a set of entries to remove at the end.