diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2008-10-29 15:50:20 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2008-10-29 15:50:20 (GMT) |
commit | 4cb360afd25dd2967b3fc273e174e13ac11b4aeb (patch) | |
tree | 408df9fc426a74ec9a5fcb51c1eb7ad668e79c79 /Modules/FortranCInterface.cmake | |
parent | 84a4222314e8cb52781cb2b98dca4c69bb6cf739 (diff) | |
download | CMake-4cb360afd25dd2967b3fc273e174e13ac11b4aeb.zip CMake-4cb360afd25dd2967b3fc273e174e13ac11b4aeb.tar.gz CMake-4cb360afd25dd2967b3fc273e174e13ac11b4aeb.tar.bz2 |
ENH: fix for xlf module linkage
Diffstat (limited to 'Modules/FortranCInterface.cmake')
-rw-r--r-- | Modules/FortranCInterface.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
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) |