summaryrefslogtreecommitdiff
path: root/Modules/FortranCInterface.cmake
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2008-10-29 17:40:35 -0400
committerBill Hoffman <bill.hoffman@kitware.com>2008-10-29 17:40:35 -0400
commit4dd0afd069bdb65c241ff53a11c257ee9c231a7d (patch)
tree7ffed89b12ea6b69182e4ebe822fe92bd8124320 /Modules/FortranCInterface.cmake
parentae70a5b327ae08a76b41ff300d0269d46c86042a (diff)
downloadcmake-4dd0afd069bdb65c241ff53a11c257ee9c231a7d.tar.gz
ENH: add check for intel windows module mangling
Diffstat (limited to 'Modules/FortranCInterface.cmake')
-rw-r--r--Modules/FortranCInterface.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/FortranCInterface.cmake b/Modules/FortranCInterface.cmake
index 87c34d63e3..3f86c50d54 100644
--- a/Modules/FortranCInterface.cmake
+++ b/Modules/FortranCInterface.cmake
@@ -87,7 +87,7 @@ function(discover_fortran_module_mangling prefix suffix found)
foreach(interface
"test_interface$"
- "_TEST_INTERFACE_mp_"
+ "TEST_INTERFACE_mp_"
"__test_interface_NMOD_"
"__test_interface_MOD_")
test_fortran_mangling("${CODE}" "${interface}"