From ae70a5b327ae08a76b41ff300d0269d46c86042a Mon Sep 17 00:00:00 2001 From: Bill Hoffman Date: Wed, 29 Oct 2008 17:40:05 -0400 Subject: [PATCH] ENH: add check for intel windows module mangling --- Modules/FortranCInterface.cmake | 1 + 1 file changed, 1 insertion(+) diff --git a/Modules/FortranCInterface.cmake b/Modules/FortranCInterface.cmake index c83a8308d..87c34d63e 100644 --- a/Modules/FortranCInterface.cmake +++ b/Modules/FortranCInterface.cmake @@ -87,6 +87,7 @@ function(discover_fortran_module_mangling prefix suffix found) foreach(interface "test_interface$" + "_TEST_INTERFACE_mp_" "__test_interface_NMOD_" "__test_interface_MOD_") test_fortran_mangling("${CODE}" "${interface}"