diff options
Diffstat (limited to 'Modules/FortranCInterface.cmake')
-rw-r--r-- | Modules/FortranCInterface.cmake | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Modules/FortranCInterface.cmake b/Modules/FortranCInterface.cmake index 7e6da5b..6551658 100644 --- a/Modules/FortranCInterface.cmake +++ b/Modules/FortranCInterface.cmake @@ -88,6 +88,8 @@ function(discover_fortran_module_mangling prefix suffix found) foreach(interface "test_interface$" "TEST_INTERFACE_mp_" + "_test_interface__" + "__test_interface__" "__test_interface_NMOD_" "__test_interface_MOD_") test_fortran_mangling("${CODE}" "${interface}" |