mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-12 17:19:05 -05:00
c09f8d27cd
Compute link information for all C++ targets which support modules instead of just those which may provide modules, as they may import modules as well. This captures `OBJECT` libraries using modules which otherwise do not have link steps. Fixes: #25592