summaryrefslogtreecommitdiff
path: root/Modules/FortranCInterface.cmake
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2008-10-31 07:50:28 -0400
committerBill Hoffman <bill.hoffman@kitware.com>2008-10-31 07:50:28 -0400
commita8b17d9e9aaa12e559904d7c4f5e0554de0e45c8 (patch)
treefc09928fdda18dfd149072ce195aff4899ba621c /Modules/FortranCInterface.cmake
parent0a556b2910340c5d1d6f7c4d05fae1b95313df2b (diff)
downloadcmake-a8b17d9e9aaa12e559904d7c4f5e0554de0e45c8.tar.gz
ENH: fix for intel module on linux
Diffstat (limited to 'Modules/FortranCInterface.cmake')
-rw-r--r--Modules/FortranCInterface.cmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/Modules/FortranCInterface.cmake b/Modules/FortranCInterface.cmake
index 7e6da5beaa..6551658c76 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}"