mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-19 13:09:47 -06:00
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.