mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-30 19:19:32 -05:00
4e11859e0e
In commit d78bfa1ecc (Utilities/Sphinx: support cmakedomain running in
parallel, 2022-10-24, v3.26.0-rc1~495^2) we declared the domain as
parallel-safe without actually implementing the required
`merge_domaindata` method.
Issue: #24076