mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-21 21:58:50 -05:00
88fb1980c3
Since commit 219a9b1e14 (Fortran: Fix suprious dependencies with
submodules, 2022-07-30, v3.25.0-rc1~327^2) we accidentally fail to
recognize `end interface X`, causing all subsequent modules to be seen
as an interface.
Fixes: #24203