From 4cb360afd25dd2967b3fc273e174e13ac11b4aeb Mon Sep 17 00:00:00 2001
From: Bill Hoffman <bill.hoffman@kitware.com>
Date: Wed, 29 Oct 2008 11:50:20 -0400
Subject: ENH: fix for xlf module linkage

---
 Modules/FortranCInterface.cmake | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Modules/FortranCInterface.cmake b/Modules/FortranCInterface.cmake
index 8c8c3ac..23db5b6 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_NMOD_" 
+      "__test_interface_NMOD_" 
       "__test_interface_MOD_")
     test_fortran_mangling("${CODE}" "${interface}"
       ${FORTRAN_C_MANGLING_UPPERCASE} "" "module" "sub" worked)
-- 
cgit v0.12