mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-09 07:39:47 -05:00
21faaa5d7f
PathScale Fortran mangles module symbols as "MYSUB.in.MYMODULE" and also requires "mymodule_" when the module is imported. We cannot provide the symbol with ".in." mangling so we should not provide "mymodule_" because it would duplicate the one in the Fortran-provided object file.